#d23b8c

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

Shades of Deep Cerise #D23B8C

Tints of Deep Cerise #D23B8C

Color information

#D23B8C (or 0xD23B8C) is unknown color: approx Deep Cerise. HEX triplet: D2, 3B and 8C. RGB value is (210,59,140). Sum of RGB (Red+Green+Blue) = 210+59+140=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B8C is #2DC473. Grayscale: #717171. Windows color (decimal): -2999412 or 9190354. OLE color: 9190354.

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

Color convert

RGB21059140-
CMYK00.720.330.18
HSL327.81º62.66%52.75%-
HSV(B)327.81º71.9%82.35%-
XYZ32.8818.7226.69-
YUV113.38143.03196.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.34%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=51.34%
G=14.43%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105914000.720.330.18327.8162.6652.75
HexD23B8C04821121483f35
Octal32273214011041225107765
Binary11010010111011100011000100100010000110010101001000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23b8c; }

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

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

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

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

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

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

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

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