#D23396

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

Shades of Deep Cerise #D23396

Tints of Deep Cerise #D23396

Color information

#D23396 (or 0xD23396) is unknown color: approx Deep Cerise. HEX triplet: D2, 33 and 96. RGB value is (210,51,150). Sum of RGB (Red+Green+Blue) = 210+51+150=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D23396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23396 is #2DCC69. Grayscale: #6D6D6D. Windows color (decimal): -3001450 or 9843666. OLE color: 9843666.

HSL color Cylindrical-coordinate representation of color #D23396: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23396 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB21051150-
CMYK00.760.290.18
HSL322.64º63.86%51.18%-
HSV(B)322.64º75.71%82.35%-
XYZ33.2718.2730.63-
YUV109.83150.68199.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=51.09%
G=12.41%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105115000.760.290.18322.6463.8651.18
HexD2339604C1D121434033
Octal322632260114352250310063
Binary11010010110011100101100100110011101100101010000111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23396; }

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

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

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

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

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

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

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

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