#D23D96

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

Shades of Deep Cerise #D23D96

Tints of Deep Cerise #D23D96

Color information

#D23D96 (or 0xD23D96) is unknown color: approx Deep Cerise. HEX triplet: D2, 3D and 96. RGB value is (210,61,150). Sum of RGB (Red+Green+Blue) = 210+61+150=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D96 is #2DC269. Grayscale: #737373. Windows color (decimal): -2998890 or 9846226. OLE color: 9846226.

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

Color convert

RGB21061150-
CMYK00.710.290.18
HSL324.16º62.34%53.14%-
HSV(B)324.16º70.95%82.35%-
XYZ33.7519.2430.79-
YUV115.7147.36195.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=49.88%
G=14.49%
B=35.63%

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
Decimal2106115000.710.290.18324.1662.3453.14
HexD23D960471D121443e35
Octal32275226010735225047665
Binary1101001011110110010110010001111110110010101000100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23D96; }

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

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

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

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

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

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

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

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