#DC2DB6

Color #DC2DB6 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DC2DB6

Tints of Spicy Pink #DC2DB6

Color information

#DC2DB6 (or 0xDC2DB6) is unknown color: approx Spicy Pink. HEX triplet: DC, 2D and B6. RGB value is (220,45,182). Sum of RGB (Red+Green+Blue) = 220+45+182=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DB6 is #23D249. Grayscale: #707070. Windows color (decimal): -2347594 or 11939292. OLE color: 11939292.

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

Color convert

RGB22045182-
CMYK00.800.170.14
HSL313.03º71.43%51.96%-
HSV(B)313.03º79.55%86.27%-
XYZ38.920.4746.16-
YUV112.94166.98204.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 45 (17.97% from 255) = 10.07%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=49.22%
G=10.07%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204518200.800.170.14313.0371.4351.96
HexDC2DB605011E1394734
Octal334552660120211647110764
Binary1101110010110110110110010100001000111101001110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2DB6; }

 p { color: rgb(220,45,182); }

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

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

 a { background-color: rgb(220,45,182); }

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

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

 span { border-color: rgb(220,45,182); }

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