#D94289

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

Shades of Deep Cerise #D94289

Tints of Deep Cerise #D94289

Color information

#D94289 (or 0xD94289) is unknown color: approx Deep Cerise. HEX triplet: D9, 42 and 89. RGB value is (217,66,137). Sum of RGB (Red+Green+Blue) = 217+66+137=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94289 is #26BD76. Grayscale: #777777. Windows color (decimal): -2538871 or 8995545. OLE color: 8995545.

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

Color convert

RGB21766137-
CMYK00.700.370.15
HSL331.79º66.52%55.49%-
HSV(B)331.79º69.59%85.1%-
XYZ35.0820.4525.77-
YUV119.24138.03197.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=51.67%
G=15.71%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176613700.700.370.15331.7966.5255.49
HexD9428904625F14c4337
Octal3311022110106451751410367
Binary110110011000010100010010100011010010111111010011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94289; }

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

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

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

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

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

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

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

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