#D9428C

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

Shades of Deep Cerise #D9428C

Tints of Deep Cerise #D9428C

Color information

#D9428C (or 0xD9428C) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 8C. RGB value is (217,66,140). Sum of RGB (Red+Green+Blue) = 217+66+140=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9428C is #26BD73. Grayscale: #777777. Windows color (decimal): -2538868 or 9192153. OLE color: 9192153.

HSL color Cylindrical-coordinate representation of color #D9428C: hue angle of 330.6º 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 #D9428C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21766140-
CMYK00.700.350.15
HSL330.6º66.52%55.49%-
HSV(B)330.6º69.59%85.1%-
XYZ35.320.5426.92-
YUV119.58139.53197.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=51.30%
G=15.60%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176614000.700.350.15330.666.5255.49
HexD9428C04623F14b4337
Octal3311022140106431751310367
Binary110110011000010100011000100011010001111111010010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9428C; }

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

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

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

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

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

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

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

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