Html Css Color HEX #DC21A6 Spicy Pink

📋 copy color: '#DC21A6'

red 220 ◦ green 33 ◦ blue 166

#DC21A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #DC21A6

Tints of Spicy Pink #DC21A6

RGB

 RED value IS 220 (86.33% from 255) = 52.51%

 GREEN value IS 33 (13.28% from 255) = 7.88%

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 52.51%
G = 7.88%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC21A6 (or 0xDC21A6) is known color: Spicy Pink. HEX triplet: DC, 21 and A6. RGB value is (220,33,166). Sum of RGB (Red+Green+Blue) = 220+33+166=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21A6 is #23DE59. Grayscale: #676767. Windows color (decimal): -2350682 or 10887644. OLE color: 10887644.

HSL color Cylindrical-coordinate representation of color #DC21A6: hue angle of 317.33º 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 #DC21A6 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 166 -
CMYK 0 0.85 0.25 0.14
HSL 317.33º 0.74% 0.5% -
HSV(B) 317.33º 0.85% 0.86% -
XYZ 36.94 19.06 37.81 -
YUV 104.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 220 33 166 0 0.85 0.25 0.14 317.33 0.74 0.5
Hex DC 21 A6 0 55 19 E 13D 4A 32
Octal 334 41 246 0 125 31 16 475 112 62
Binary 11011100 100001 10100110 0 1010101 11001 1110 100111101 1001010 110010

Color Harmonies of #DC21A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21A6

Black with #DC21A6

Text Example


Text Example

White with #DC21A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21A6; }

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

 H1.HeaderClassName
 {
   color: #DC21A6;
 }
 .AnyTagClassName
 {
   color: #DC21A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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