#D23B8E

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

Shades of Deep Cerise #D23B8E

Tints of Deep Cerise #D23B8E

Color information

#D23B8E (or 0xD23B8E) is unknown color: approx Deep Cerise. HEX triplet: D2, 3B and 8E. RGB value is (210,59,142). Sum of RGB (Red+Green+Blue) = 210+59+142=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B8E is #2DC471. Grayscale: #717171. Windows color (decimal): -2999410 or 9321426. OLE color: 9321426.

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

Color convert

RGB21059142-
CMYK00.720.320.18
HSL327.02º62.66%52.75%-
HSV(B)327.02º71.9%82.35%-
XYZ33.0218.7827.48-
YUV113.61144.03196.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.09%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=51.09%
G=14.36%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105914200.720.320.18327.0262.6652.75
HexD23B8E04820121473f35
Octal32273216011040225077765
Binary11010010111011100011100100100010000010010101000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B8E; }

 p { color: rgb(210,59,142); }

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

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

 a { background-color: rgb(210,59,142); }

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

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

 span { border-color: rgb(210,59,142); }

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