#D9209F

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

Shades of Deep Cerise #D9209F

Tints of Deep Cerise #D9209F

Color information

#D9209F (or 0xD9209F) is unknown color: approx Deep Cerise. HEX triplet: D9, 20 and 9F. RGB value is (217,32,159). Sum of RGB (Red+Green+Blue) = 217+32+159=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9209F is #26DF60. Grayscale: #656565. Windows color (decimal): -2547553 or 10428633. OLE color: 10428633.

HSL color Cylindrical-coordinate representation of color #D9209F: hue angle of 318.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9209F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB21732159-
CMYK00.850.270.15
HSL318.81º74.3%48.82%-
HSV(B)318.81º85.25%85.1%-
XYZ35.3918.2934.47-
YUV101.79160.29210.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.19%
GREEN value IS 32 (12.89% from 255) = 7.84%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=53.19%
G=7.84%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173215900.850.270.15318.8174.348.82
HexD9209F0551BF13f4a31
Octal331402370125331747711261
Binary1101100110000010011111010101011101111111001111111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9209F; }

 p { color: rgb(217,32,159); }

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

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

 a { background-color: rgb(217,32,159); }

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

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

 span { border-color: rgb(217,32,159); }

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