#DC21B3

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

Shades of Spicy Pink #DC21B3

Tints of Spicy Pink #DC21B3

Color information

#DC21B3 (or 0xDC21B3) is unknown color: approx Spicy Pink. HEX triplet: DC, 21 and B3. RGB value is (220,33,179). Sum of RGB (Red+Green+Blue) = 220+33+179=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21B3 is #23DE4C. Grayscale: #696969. Windows color (decimal): -2350669 or 11739612. OLE color: 11739612.

HSL color Cylindrical-coordinate representation of color #DC21B3: hue angle of 313.16º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21B3 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB22033179-
CMYK00.850.190.14
HSL313.16º73.91%49.61%-
HSV(B)313.16º85%86.27%-
XYZ38.219.5644.41-
YUV105.56169.45209.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=50.93%
G=7.64%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203317900.850.190.14313.1673.9149.61
HexDC21B305513E1394a32
Octal334412630125231647111262
Binary1101110010000110110011010101011001111101001110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC21B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC21B3; }

 p { color: rgb(220,33,179); }

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

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

 a { background-color: rgb(220,33,179); }

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

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

 span { border-color: rgb(220,33,179); }

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