Html Css Color HEX #DC29AD Spicy Pink

📋 copy color: '#DC29AD'

red 220 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DC29AD

Tints of Spicy Pink #DC29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 50.69%
G = 9.45%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC29AD (or 0xDC29AD) is known color: Spicy Pink. HEX triplet: DC, 29 and AD. RGB value is (220,41,173). Sum of RGB (Red+Green+Blue) = 220+41+173=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29AD is #23D652. Grayscale: #6D6D6D. Windows color (decimal): -2348627 or 11348444. OLE color: 11348444.

HSL color Cylindrical-coordinate representation of color #DC29AD: hue angle of 315.75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC29AD is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 173 -
CMYK 0 0.81 0.21 0.14
HSL 315.75º 0.72% 0.51% -
HSV(B) 315.75º 0.81% 0.86% -
XYZ 37.85 19.82 41.37 -
YUV 109.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 220 41 173 0 0.81 0.21 0.14 315.75 0.72 0.51
Hex DC 29 AD 0 51 15 E 13C 48 33
Octal 334 51 255 0 121 25 16 474 110 63
Binary 11011100 101001 10101101 0 1010001 10101 1110 100111100 1001000 110011

Color Harmonies of #DC29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29AD

Black with #DC29AD

Text Example


Text Example

White with #DC29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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