#DF3387

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

Shades of Deep Cerise #DF3387

Tints of Deep Cerise #DF3387

Color information

#DF3387 (or 0xDF3387) is unknown color: approx Deep Cerise. HEX triplet: DF, 33 and 87. RGB value is (223,51,135). Sum of RGB (Red+Green+Blue) = 223+51+135=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3387 is #20CC78. Grayscale: #6F6F6F. Windows color (decimal): -2149497 or 8860639. OLE color: 8860639.

HSL color Cylindrical-coordinate representation of color #DF3387: hue angle of 330.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3387 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB22351135-
CMYK00.770.390.13
HSL330.7º72.88%53.73%-
HSV(B)330.7º77.13%87.45%-
XYZ35.9919.824.85-
YUV112140.98207.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=54.52%
G=12.47%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235113500.770.390.13330.772.8853.73
HexDF338704D27D14b4936
Octal337632070115471551311166
Binary11011111110011100001110100110110011111011010010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3387; }

 p { color: rgb(223,51,135); }

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

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

 a { background-color: rgb(223,51,135); }

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

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

 span { border-color: rgb(223,51,135); }

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