#D23D91

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

Shades of Deep Cerise #D23D91

Tints of Deep Cerise #D23D91

Color information

#D23D91 (or 0xD23D91) is unknown color: approx Deep Cerise. HEX triplet: D2, 3D and 91. RGB value is (210,61,145). Sum of RGB (Red+Green+Blue) = 210+61+145=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D91 is #2DC26E. Grayscale: #727272. Windows color (decimal): -2998895 or 9518546. OLE color: 9518546.

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

Color convert

RGB21061145-
CMYK00.710.310.18
HSL326.17º62.34%53.14%-
HSV(B)326.17º70.95%82.35%-
XYZ33.3619.0828.71-
YUV115.13144.86195.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=50.48%
G=14.66%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106114500.710.310.18326.1762.3453.14
HexD23D910471F121463e35
Octal32275221010737225067665
Binary1101001011110110010001010001111111110010101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23D91; }

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

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

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

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

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

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

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

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