Html Css Color HEX #DD29AD Spicy Pink

📋 copy color: '#DD29AD'

red 221 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DD29AD

Tints of Spicy Pink #DD29AD

RGB

 RED value IS 221 (86.72% from 255) = 50.8%

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

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

R = 50.8%
G = 9.43%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD29AD (or 0xDD29AD) is known color: Spicy Pink. HEX triplet: DD, 29 and AD. RGB value is (221,41,173). Sum of RGB (Red+Green+Blue) = 221+41+173=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29AD is #22D652. Grayscale: #6D6D6D. Windows color (decimal): -2283091 or 11348445. OLE color: 11348445.

HSL color Cylindrical-coordinate representation of color #DD29AD: hue angle of 316º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD29AD is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 173 -
CMYK 0 0.81 0.22 0.13
HSL 316º 0.73% 0.51% -
HSV(B) 316º 0.81% 0.87% -
XYZ 38.15 19.98 41.38 -
YUV 109.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 221 41 173 0 0.81 0.22 0.13 316 0.73 0.51
Hex DD 29 AD 0 51 16 D 13C 49 33
Octal 335 51 255 0 121 26 15 474 111 63
Binary 11011101 101001 10101101 0 1010001 10110 1101 100111100 1001001 110011

Color Harmonies of #DD29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29AD

Black with #DD29AD

Text Example


Text Example

White with #DD29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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