Html Css Color HEX #DC22AD Spicy Pink

📋 copy color: '#DC22AD'

red 220 ◦ green 34 ◦ blue 173

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

Shades of Spicy Pink #DC22AD

Tints of Spicy Pink #DC22AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.96%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 51.52%
G = 7.96%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC22AD (or 0xDC22AD) is known color: Spicy Pink. HEX triplet: DC, 22 and AD. RGB value is (220,34,173). Sum of RGB (Red+Green+Blue) = 220+34+173=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC22AD is #23DD52. Grayscale: #696969. Windows color (decimal): -2350419 or 11346652. OLE color: 11346652.

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

Color convert

RGB 220 34 173 -
CMYK 0 0.85 0.21 0.14
HSL 315.16º 0.73% 0.5% -
HSV(B) 315.16º 0.85% 0.86% -
XYZ 37.63 19.38 41.29 -
YUV 105.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 220 34 173 0 0.85 0.21 0.14 315.16 0.73 0.5
Hex DC 22 AD 0 55 15 E 13B 49 32
Octal 334 42 255 0 125 25 16 473 111 62
Binary 11011100 100010 10101101 0 1010101 10101 1110 100111011 1001001 110010

Color Harmonies of #DC22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC22AD

Black with #DC22AD

Text Example


Text Example

White with #DC22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC22AD; }

 p { color: rgb(220,34,173); }

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

background-color css

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

 a { background-color: rgb(220,34,173); }

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

border-color css

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

 span { border-color: rgb(220,34,173); }

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