#D94291

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

Shades of Deep Cerise #D94291

Tints of Deep Cerise #D94291

Color information

#D94291 (or 0xD94291) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 91. RGB value is (217,66,145). Sum of RGB (Red+Green+Blue) = 217+66+145=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D94291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94291 is #26BD6E. Grayscale: #777777. Windows color (decimal): -2538863 or 9519833. OLE color: 9519833.

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

Color convert

RGB21766145-
CMYK00.700.330.15
HSL328.61º66.52%55.49%-
HSV(B)328.61º69.59%85.1%-
XYZ35.6720.6928.9-
YUV120.16142.03197.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 66 (26.17% from 255) = 15.42%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=50.70%
G=15.42%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176614500.700.330.15328.6166.5255.49
HexD9429104621F1494337
Octal3311022210106411751110367
Binary110110011000010100100010100011010000111111010010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94291; }

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

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

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

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

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

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

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

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