#D23081

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

Shades of Deep Cerise #D23081

Tints of Deep Cerise #D23081

Color information

#D23081 (or 0xD23081) is unknown color: approx Deep Cerise. HEX triplet: D2, 30 and 81. RGB value is (210,48,129). Sum of RGB (Red+Green+Blue) = 210+48+129=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D23081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23081 is #2DCF7E. Grayscale: #696969. Windows color (decimal): -3002239 or 8466642. OLE color: 8466642.

HSL color Cylindrical-coordinate representation of color #D23081: hue angle of 330º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23081 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21048129-
CMYK00.770.390.18
HSL330º64.29%50.59%-
HSV(B)330º77.14%82.35%-
XYZ31.617.422.46-
YUV105.67141.17202.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 48 (19.14% from 255) = 12.40%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=54.26%
G=12.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104812900.770.390.1833064.2950.59
HexD2308104D271214a4033
Octal322602010115472251210063
Binary110100101100001000000101001101100111100101010010101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23081; }

 p { color: rgb(210,48,129); }

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

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

 a { background-color: rgb(210,48,129); }

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

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

 span { border-color: rgb(210,48,129); }

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