#D23C81

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

Shades of Deep Cerise #D23C81

Tints of Deep Cerise #D23C81

Color information

#D23C81 (or 0xD23C81) is unknown color: approx Deep Cerise. HEX triplet: D2, 3C and 81. RGB value is (210,60,129). Sum of RGB (Red+Green+Blue) = 210+60+129=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C81 is #2DC37E. Grayscale: #707070. Windows color (decimal): -2999167 or 8469714. OLE color: 8469714.

HSL color Cylindrical-coordinate representation of color #D23C81: hue angle of 332.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C81 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21060129-
CMYK00.710.390.18
HSL332.4º62.5%52.94%-
HSV(B)332.4º71.43%82.35%-
XYZ32.1618.5222.65-
YUV112.72137.2197.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.63%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=52.63%
G=15.04%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106012900.710.390.18332.462.552.94
HexD23C81047271214c3e35
Octal32274201010747225147665
Binary11010010111100100000010100011110011110010101001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23C81; }

 p { color: rgb(210,60,129); }

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

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

 a { background-color: rgb(210,60,129); }

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

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

 span { border-color: rgb(210,60,129); }

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