#D23C96

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

Shades of Deep Cerise #D23C96

Tints of Deep Cerise #D23C96

Color information

#D23C96 (or 0xD23C96) is unknown color: approx Deep Cerise. HEX triplet: D2, 3C and 96. RGB value is (210,60,150). Sum of RGB (Red+Green+Blue) = 210+60+150=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C96 is #2DC369. Grayscale: #727272. Windows color (decimal): -2999146 or 9845970. OLE color: 9845970.

HSL color Cylindrical-coordinate representation of color #D23C96: hue angle of 324º 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 #D23C96 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB21060150-
CMYK00.710.290.18
HSL324º62.5%52.94%-
HSV(B)324º71.43%82.35%-
XYZ33.719.1430.77-
YUV115.11147.7195.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 14.29%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106015000.710.290.1832462.552.94
HexD23C960471D121443e35
Octal32274226010735225047665
Binary1101001011110010010110010001111110110010101000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23C96; }

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

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

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

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

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

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

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

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