#D9247B

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

Shades of Deep Cerise #D9247B

Tints of Deep Cerise #D9247B

Color information

#D9247B (or 0xD9247B) is unknown color: approx Deep Cerise. HEX triplet: D9, 24 and 7B. RGB value is (217,36,123). Sum of RGB (Red+Green+Blue) = 217+36+123=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9247B is #26DB84. Grayscale: #636363. Windows color (decimal): -2546565 or 8070361. OLE color: 8070361.

HSL color Cylindrical-coordinate representation of color #D9247B: hue angle of 331.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9247B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21736123-
CMYK00.830.430.15
HSL331.16º71.54%49.61%-
HSV(B)331.16º83.41%85.1%-
XYZ32.8217.4420.38-
YUV100.04140.97211.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.71%
GREEN value IS 36 (14.45% from 255) = 9.57%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=57.71%
G=9.57%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173612300.830.430.15331.1671.5449.61
HexD9247B0532BF14b4832
Octal331441730123531751311062
Binary1101100110010011110110101001110101111111010010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9247B; }

 p { color: rgb(217,36,123); }

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

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

 a { background-color: rgb(217,36,123); }

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

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

 span { border-color: rgb(217,36,123); }

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