Html Css Color HEX #DC20B3 Spicy Pink

📋 copy color: '#DC20B3'

red 220 ◦ green 32 ◦ blue 179

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

Shades of Spicy Pink #DC20B3

Tints of Spicy Pink #DC20B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 51.04%
G = 7.42%
B = 41.53%

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

#DC20B3 (or 0xDC20B3) is known color: Spicy Pink. HEX triplet: DC, 20 and B3. RGB value is (220,32,179). Sum of RGB (Red+Green+Blue) = 220+32+179=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20B3 is #23DF4C. Grayscale: #686868. Windows color (decimal): -2350925 or 11739356. OLE color: 11739356.

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

Color convert

RGB 220 32 179 -
CMYK 0 0.85 0.19 0.14
HSL 313.09º 0.75% 0.49% -
HSV(B) 313.09º 0.85% 0.86% -
XYZ 38.17 19.5 44.4 -
YUV 104.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 220 32 179 0 0.85 0.19 0.14 313.09 0.75 0.49
Hex DC 20 B3 0 55 13 E 139 4B 31
Octal 334 40 263 0 125 23 16 471 113 61
Binary 11011100 100000 10110011 0 1010101 10011 1110 100111001 1001011 110001

Color Harmonies of #DC20B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20B3

Black with #DC20B3

Text Example


Text Example

White with #DC20B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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