#D9458C

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

Shades of Deep Cerise #D9458C

Tints of Deep Cerise #D9458C

Color information

#D9458C (or 0xD9458C) is unknown color: approx Deep Cerise. HEX triplet: D9, 45 and 8C. RGB value is (217,69,140). Sum of RGB (Red+Green+Blue) = 217+69+140=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9458C is #26BA73. Grayscale: #797979. Windows color (decimal): -2538100 or 9192921. OLE color: 9192921.

HSL color Cylindrical-coordinate representation of color #D9458C: hue angle of 331.22º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9458C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21769140-
CMYK00.680.350.15
HSL331.22º66.07%56.08%-
HSV(B)331.22º68.2%85.1%-
XYZ35.4820.926.98-
YUV121.35138.53196.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=50.94%
G=16.20%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176914000.680.350.15331.2266.0756.08
HexD9458C04423F14b4238
Octal3311052140104431751310270
Binary110110011000101100011000100010010001111111010010111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9458C; }

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

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

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

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

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

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

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

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