#D9428F

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

Shades of Deep Cerise #D9428F

Tints of Deep Cerise #D9428F

Color information

#D9428F (or 0xD9428F) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 8F. RGB value is (217,66,143). Sum of RGB (Red+Green+Blue) = 217+66+143=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9428F is #26BD70. Grayscale: #777777. Windows color (decimal): -2538865 or 9388761. OLE color: 9388761.

HSL color Cylindrical-coordinate representation of color #D9428F: hue angle of 329.4º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9428F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21766143-
CMYK00.700.340.15
HSL329.4º66.52%55.49%-
HSV(B)329.4º69.59%85.1%-
XYZ35.5220.6328.1-
YUV119.93141.03197.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=50.94%
G=15.49%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176614300.700.340.15329.466.5255.49
HexD9428F04622F1494337
Octal3311022170106421751110367
Binary110110011000010100011110100011010001011111010010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9428F; }

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

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

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

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

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

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

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

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