#DA387D

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

Shades of Deep Cerise #DA387D

Tints of Deep Cerise #DA387D

Color information

#DA387D (or 0xDA387D) is unknown color: approx Deep Cerise. HEX triplet: DA, 38 and 7D. RGB value is (218,56,125). Sum of RGB (Red+Green+Blue) = 218+56+125=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA387D is #25C782. Grayscale: #707070. Windows color (decimal): -2475907 or 8206554. OLE color: 8206554.

HSL color Cylindrical-coordinate representation of color #DA387D: hue angle of 334.44º 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 #DA387D is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21856125-
CMYK00.740.430.15
HSL334.44º68.64%53.73%-
HSV(B)334.44º74.31%85.49%-
XYZ34.0319.2121.32-
YUV112.3135.17203.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.64%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=54.64%
G=14.04%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185612500.740.430.15334.4468.6453.73
HexDA387D04A2BF14e4536
Octal332701750112531751610566
Binary1101101011100011111010100101010101111111010011101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA387D; }

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

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

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

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

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

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

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

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