#D22EA4

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

Shades of Deep Cerise #D22EA4

Tints of Deep Cerise #D22EA4

Color information

#D22EA4 (or 0xD22EA4) is unknown color: approx Deep Cerise. HEX triplet: D2, 2E and A4. RGB value is (210,46,164). Sum of RGB (Red+Green+Blue) = 210+46+164=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22EA4 is #2DD15B. Grayscale: #6C6C6C. Windows color (decimal): -3002716 or 10759890. OLE color: 10759890.

HSL color Cylindrical-coordinate representation of color #D22EA4: hue angle of 316.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22EA4 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB21046164-
CMYK00.780.220.18
HSL316.83º64.57%50.2%-
HSV(B)316.83º78.1%82.35%-
XYZ34.2618.3436.86-
YUV108.49159.33200.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 10.95%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=50%
G=10.95%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104616400.780.220.18316.8364.5750.2
HexD22EA404E161213d4132
Octal322562440116262247510162
Binary11010010101110101001000100111010110100101001111011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22EA4; }

 p { color: rgb(210,46,164); }

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

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

 a { background-color: rgb(210,46,164); }

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

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

 span { border-color: rgb(210,46,164); }

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