#DF428F

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

Shades of Deep Cerise #DF428F

Tints of Deep Cerise #DF428F

Color information

#DF428F (or 0xDF428F) is unknown color: approx Deep Cerise. HEX triplet: DF, 42 and 8F. RGB value is (223,66,143). Sum of RGB (Red+Green+Blue) = 223+66+143=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF428F is #20BD70. Grayscale: #797979. Windows color (decimal): -2145649 or 9388767. OLE color: 9388767.

HSL color Cylindrical-coordinate representation of color #DF428F: hue angle of 330.57º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF428F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22366143-
CMYK00.700.360.13
HSL330.57º71.04%56.67%-
HSV(B)330.57º70.4%87.45%-
XYZ37.3421.5728.18-
YUV121.72140.01200.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=51.62%
G=15.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236614300.700.360.13330.5771.0456.67
HexDF428F04624D14b4739
Octal3371022170106441551310771
Binary110111111000010100011110100011010010011011010010111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF428F; }

 p { color: rgb(223,66,143); }

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

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

 a { background-color: rgb(223,66,143); }

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

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

 span { border-color: rgb(223,66,143); }

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