#D22380

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

Shades of Deep Cerise #D22380

Tints of Deep Cerise #D22380

Color information

#D22380 (or 0xD22380) is unknown color: approx Deep Cerise. HEX triplet: D2, 23 and 80. RGB value is (210,35,128). Sum of RGB (Red+Green+Blue) = 210+35+128=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D22380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22380 is #2DDC7F. Grayscale: #616161. Windows color (decimal): -3005568 or 8397778. OLE color: 8397778.

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

Color convert

RGB21035128-
CMYK00.830.390.18
HSL328.11º71.43%48.04%-
HSV(B)328.11º83.33%82.35%-
XYZ31.0816.4621.96-
YUV97.93144.98207.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 35 (14.06% from 255) = 9.38%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=56.30%
G=9.38%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103512800.830.390.18328.1171.4348.04
HexD2238005327121484730
Octal322432000123472251010760
Binary110100101000111000000001010011100111100101010010001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22380; }

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

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

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

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

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

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

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

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