#DC2A98

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

Shades of Deep Cerise #DC2A98

Tints of Deep Cerise #DC2A98

Color information

#DC2A98 (or 0xDC2A98) is unknown color: approx Deep Cerise. HEX triplet: DC, 2A and 98. RGB value is (220,42,152). Sum of RGB (Red+Green+Blue) = 220+42+152=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A98 is #23D567. Grayscale: #6B6B6B. Windows color (decimal): -2348392 or 9972444. OLE color: 9972444.

HSL color Cylindrical-coordinate representation of color #DC2A98: hue angle of 322.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A98 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB22042152-
CMYK00.810.310.14
HSL322.92º71.77%51.37%-
HSV(B)322.92º80.91%86.27%-
XYZ36.0119.1431.5-
YUV107.76152.97208.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.14%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=53.14%
G=10.14%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204215200.810.310.14322.9271.7751.37
HexDC2A980511FE1434833
Octal334522300121371650311063
Binary1101110010101010011000010100011111111101010000111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2A98; }

 p { color: rgb(220,42,152); }

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

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

 a { background-color: rgb(220,42,152); }

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

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

 span { border-color: rgb(220,42,152); }

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