#D23980

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

Shades of Deep Cerise #D23980

Tints of Deep Cerise #D23980

Color information

#D23980 (or 0xD23980) is unknown color: approx Deep Cerise. HEX triplet: D2, 39 and 80. RGB value is (210,57,128). Sum of RGB (Red+Green+Blue) = 210+57+128=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D23980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23980 is #2DC67F. Grayscale: #6E6E6E. Windows color (decimal): -2999936 or 8403410. OLE color: 8403410.

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

Color convert

RGB21057128-
CMYK00.730.390.18
HSL332.16º62.96%52.35%-
HSV(B)332.16º72.86%82.35%-
XYZ31.9418.1922.25-
YUV110.84137.69198.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=53.16%
G=14.43%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105712800.730.390.18332.1662.9652.35
HexD23980049271214c3f34
Octal32271200011147225147764
Binary11010010111001100000000100100110011110010101001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23980; }

 p { color: rgb(210,57,128); }

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

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

 a { background-color: rgb(210,57,128); }

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

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

 span { border-color: rgb(210,57,128); }

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