#D9208A

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

Shades of Deep Cerise #D9208A

Tints of Deep Cerise #D9208A

Color information

#D9208A (or 0xD9208A) is unknown color: approx Deep Cerise. HEX triplet: D9, 20 and 8A. RGB value is (217,32,138). Sum of RGB (Red+Green+Blue) = 217+32+138=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9208A is #26DF75. Grayscale: #636363. Windows color (decimal): -2547574 or 9052377. OLE color: 9052377.

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

Color convert

RGB21732138-
CMYK00.850.360.15
HSL325.62º74.3%48.82%-
HSV(B)325.62º85.25%85.1%-
XYZ33.7217.6225.67-
YUV99.4149.79211.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=56.07%
G=8.27%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173213800.850.360.15325.6274.348.82
HexD9208A05524F1464a31
Octal331402120125441750611261
Binary11011001100000100010100101010110010011111010001101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9208A; }

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

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

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

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

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

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

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

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