#DF247F

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

Shades of Deep Cerise #DF247F

Tints of Deep Cerise #DF247F

Color information

#DF247F (or 0xDF247F) is unknown color: approx Deep Cerise. HEX triplet: DF, 24 and 7F. RGB value is (223,36,127). Sum of RGB (Red+Green+Blue) = 223+36+127=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF247F is #20DB80. Grayscale: #666666. Windows color (decimal): -2153345 or 8332511. OLE color: 8332511.

HSL color Cylindrical-coordinate representation of color #DF247F: hue angle of 330.8º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF247F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22336127-
CMYK00.840.430.13
HSL330.8º74.5%50.78%-
HSV(B)330.8º83.86%87.45%-
XYZ34.8918.4821.81-
YUV102.29141.95214.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 36 (14.45% from 255) = 9.33%
BLUE value IS 127 (50% from 255) = 32.90%
R=57.77%
G=9.33%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233612700.840.430.13330.874.550.78
HexDF247F0542BD14b4b33
Octal337441770124531551311363
Binary1101111110010011111110101010010101111011010010111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF247F; }

 p { color: rgb(223,36,127); }

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

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

 a { background-color: rgb(223,36,127); }

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

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

 span { border-color: rgb(223,36,127); }

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