#D94290

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

Shades of Deep Cerise #D94290

Tints of Deep Cerise #D94290

Color information

#D94290 (or 0xD94290) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 90. RGB value is (217,66,144). Sum of RGB (Red+Green+Blue) = 217+66+144=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D94290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94290 is #26BD6F. Grayscale: #777777. Windows color (decimal): -2538864 or 9454297. OLE color: 9454297.

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

Color convert

RGB21766144-
CMYK00.700.340.15
HSL329.01º66.52%55.49%-
HSV(B)329.01º69.59%85.1%-
XYZ35.620.6628.5-
YUV120.04141.53197.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=50.82%
G=15.46%
B=33.72%

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
Decimal2176614400.700.340.15329.0166.5255.49
HexD9429004622F1494337
Octal3311022200106421751110367
Binary110110011000010100100000100011010001011111010010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94290; }

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

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

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

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

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

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

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

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