#D94590

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

Shades of Deep Cerise #D94590

Tints of Deep Cerise #D94590

Color information

#D94590 (or 0xD94590) is unknown color: approx Deep Cerise. HEX triplet: D9, 45 and 90. RGB value is (217,69,144). Sum of RGB (Red+Green+Blue) = 217+69+144=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94590 is #26BA6F. Grayscale: #797979. Windows color (decimal): -2538096 or 9455065. OLE color: 9455065.

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

Color convert

RGB21769144-
CMYK00.680.340.15
HSL329.59º66.07%56.08%-
HSV(B)329.59º68.2%85.1%-
XYZ35.7821.0228.56-
YUV121.8140.53195.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=50.47%
G=16.05%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176914400.680.340.15329.5966.0756.08
HexD9459004422F14a4238
Octal3311052200104421751210270
Binary110110011000101100100000100010010001011111010010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94590; }

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

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

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

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

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

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

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

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