#DC2F84

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

Shades of Deep Cerise #DC2F84

Tints of Deep Cerise #DC2F84

Color information

#DC2F84 (or 0xDC2F84) is unknown color: approx Deep Cerise. HEX triplet: DC, 2F and 84. RGB value is (220,47,132). Sum of RGB (Red+Green+Blue) = 220+47+132=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2F84 is #23D07B. Grayscale: #6C6C6C. Windows color (decimal): -2347132 or 8663004. OLE color: 8663004.

HSL color Cylindrical-coordinate representation of color #DC2F84: hue angle of 330.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F84 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB22047132-
CMYK00.790.400.14
HSL330.52º71.19%52.35%-
HSV(B)330.52º78.64%86.27%-
XYZ34.718.9123.65-
YUV108.42141.31207.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 47 (18.75% from 255) = 11.78%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=55.14%
G=11.78%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204713200.790.400.14330.5271.1952.35
HexDC2F8404F28E14b4734
Octal334572040117501651310764
Binary11011100101111100001000100111110100011101010010111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2F84; }

 p { color: rgb(220,47,132); }

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

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

 a { background-color: rgb(220,47,132); }

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

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

 span { border-color: rgb(220,47,132); }

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