#D23B93

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

Shades of Deep Cerise #D23B93

Tints of Deep Cerise #D23B93

Color information

#D23B93 (or 0xD23B93) is unknown color: approx Deep Cerise. HEX triplet: D2, 3B and 93. RGB value is (210,59,147). Sum of RGB (Red+Green+Blue) = 210+59+147=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B93 is #2DC46C. Grayscale: #717171. Windows color (decimal): -2999405 or 9649106. OLE color: 9649106.

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

Color convert

RGB21059147-
CMYK00.720.300.18
HSL325.03º62.66%52.75%-
HSV(B)325.03º71.9%82.35%-
XYZ33.4118.9429.5-
YUV114.18146.53196.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=50.48%
G=14.18%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105914700.720.300.18325.0362.6652.75
HexD23B930481E121453f35
Octal32273223011036225057765
Binary1101001011101110010011010010001111010010101000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B93; }

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

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

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

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

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

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

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

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