#D23B9A

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

Shades of Deep Cerise #D23B9A

Tints of Deep Cerise #D23B9A

Color information

#D23B9A (or 0xD23B9A) is unknown color: approx Deep Cerise. HEX triplet: D2, 3B and 9A. RGB value is (210,59,154). Sum of RGB (Red+Green+Blue) = 210+59+154=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B9A is #2DC465. Grayscale: #727272. Windows color (decimal): -2999398 or 10107858. OLE color: 10107858.

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

Color convert

RGB21059154-
CMYK00.720.270.18
HSL322.25º62.66%52.75%-
HSV(B)322.25º71.9%82.35%-
XYZ33.9819.1632.48-
YUV114.98150.03195.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=49.65%
G=13.95%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105915400.720.270.18322.2562.6652.75
HexD23B9A0481B121423f35
Octal32273232011033225027765
Binary1101001011101110011010010010001101110010101000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B9A; }

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

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

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

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

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

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

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

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