#D9397D

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

Shades of Deep Cerise #D9397D

Tints of Deep Cerise #D9397D

Color information

#D9397D (or 0xD9397D) is unknown color: approx Deep Cerise. HEX triplet: D9, 39 and 7D. RGB value is (217,57,125). Sum of RGB (Red+Green+Blue) = 217+57+125=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9397D is #26C682. Grayscale: #707070. Windows color (decimal): -2541187 or 8206809. OLE color: 8206809.

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

Color convert

RGB21757125-
CMYK00.740.420.15
HSL334.5º67.8%53.73%-
HSV(B)334.5º73.73%85.1%-
XYZ33.7819.1621.32-
YUV112.59135.01202.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=54.39%
G=14.29%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175712500.740.420.15334.567.853.73
HexD9397D04A2AF14e4436
Octal331711750112521751610466
Binary1101100111100111111010100101010101011111010011101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9397D; }

 p { color: rgb(217,57,125); }

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

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

 a { background-color: rgb(217,57,125); }

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

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

 span { border-color: rgb(217,57,125); }

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