#DA385E

Color #DA385E Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DA385E

Tints of Cerise #DA385E

Color information

#DA385E (or 0xDA385E) is unknown color: approx Cerise. HEX triplet: DA, 38 and 5E. RGB value is (218,56,94). Sum of RGB (Red+Green+Blue) = 218+56+94=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385E is #25C7A1. Grayscale: #6C6C6C. Windows color (decimal): -2475938 or 6174938. OLE color: 6174938.

HSL color Cylindrical-coordinate representation of color #DA385E: hue angle of 345.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA385E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB2185694-
CMYK00.740.570.15
HSL345.93º68.64%53.73%-
HSV(B)345.93º74.31%85.49%-
XYZ32.3518.5412.46-
YUV108.77119.67205.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 59.24%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=59.24%
G=15.22%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218569400.740.570.15345.9368.6453.73
HexDA385E04A39F15a4536
Octal332701360112711753210566
Binary1101101011100010111100100101011100111111010110101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA385E; }

 p { color: rgb(218,56,94); }

 H1.HeaderClassName
 {
   color: #DA385E;
 }
 .AnyTagClassName
 {
   color: #DA385E;
 }
</style>
background-color css

<style>
 a { background-color: #DA385E; }

 a { background-color: rgb(218,56,94); }

 div.DivClassName
 {
   background-color: #DA385E;
 }
 .BgClassName
 {
   background-color: #DA385E;
 }
</style>
border-color css

<style>
 span { border-color: #DA385E; }

 span { border-color: rgb(218,56,94); }

 td.TdClassName
 {
   border-color: #DA385E;
 }
 .TagClassName
 {
   border-color: #DA385E;
 }
</style>