#D9458E

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

Shades of Deep Cerise #D9458E

Tints of Deep Cerise #D9458E

Color information

#D9458E (or 0xD9458E) is unknown color: approx Deep Cerise. HEX triplet: D9, 45 and 8E. RGB value is (217,69,142). Sum of RGB (Red+Green+Blue) = 217+69+142=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9458E is #26BA71. Grayscale: #797979. Windows color (decimal): -2538098 or 9323993. OLE color: 9323993.

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

Color convert

RGB21769142-
CMYK00.680.350.15
HSL330.41º66.07%56.08%-
HSV(B)330.41º68.2%85.1%-
XYZ35.6320.9627.76-
YUV121.57139.53196.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=50.70%
G=16.12%
B=33.18%

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
Decimal2176914200.680.350.15330.4166.0756.08
HexD9458E04423F14a4238
Octal3311052160104431751210270
Binary110110011000101100011100100010010001111111010010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9458E; }

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

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

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

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

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

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

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

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