Html Css Color HEX #DC21B2 Spicy Pink

📋 copy color: '#DC21B2'

red 220 ◦ green 33 ◦ blue 178

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

Shades of Spicy Pink #DC21B2

Tints of Spicy Pink #DC21B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 51.04%
G = 7.66%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC21B2 (or 0xDC21B2) is known color: Spicy Pink. HEX triplet: DC, 21 and B2. RGB value is (220,33,178). Sum of RGB (Red+Green+Blue) = 220+33+178=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC21B2 is #23DE4D. Grayscale: #696969. Windows color (decimal): -2350670 or 11674076. OLE color: 11674076.

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

Color convert

RGB 220 33 178 -
CMYK 0 0.85 0.19 0.14
HSL 313.48º 0.74% 0.5% -
HSV(B) 313.48º 0.85% 0.86% -
XYZ 38.09 19.52 43.88 -
YUV 105.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 220 33 178 0 0.85 0.19 0.14 313.48 0.74 0.5
Hex DC 21 B2 0 55 13 E 139 4A 32
Octal 334 41 262 0 125 23 16 471 112 62
Binary 11011100 100001 10110010 0 1010101 10011 1110 100111001 1001010 110010

Color Harmonies of #DC21B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC21B2

Black with #DC21B2

Text Example


Text Example

White with #DC21B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC21B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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