#DF3E9D

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

Shades of Deep Cerise #DF3E9D

Tints of Deep Cerise #DF3E9D

Color information

#DF3E9D (or 0xDF3E9D) is unknown color: approx Deep Cerise. HEX triplet: DF, 3E and 9D. RGB value is (223,62,157). Sum of RGB (Red+Green+Blue) = 223+62+157=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3E9D is #20C162. Grayscale: #787878. Windows color (decimal): -2146659 or 10305247. OLE color: 10305247.

HSL color Cylindrical-coordinate representation of color #DF3E9D: hue angle of 324.6º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E9D is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB22362157-
CMYK00.720.300.13
HSL324.6º71.56%55.88%-
HSV(B)324.6º72.2%87.45%-
XYZ38.2421.5734.05-
YUV120.97148.34200.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 62 (24.61% from 255) = 14.03%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=50.45%
G=14.03%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236215700.720.300.13324.671.5655.88
HexDF3E9D0481ED1454838
Octal337762350110361550511070
Binary1101111111111010011101010010001111011011010001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3E9D; }

 p { color: rgb(223,62,157); }

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

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

 a { background-color: rgb(223,62,157); }

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

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

 span { border-color: rgb(223,62,157); }

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