Html Css Color HEX #DD29B5 Spicy Pink

📋 copy color: '#DD29B5'

red 221 ◦ green 41 ◦ blue 181

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

Shades of Spicy Pink #DD29B5

Tints of Spicy Pink #DD29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 49.89%
G = 9.26%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD29B5 (or 0xDD29B5) is known color: Spicy Pink. HEX triplet: DD, 29 and B5. RGB value is (221,41,181). Sum of RGB (Red+Green+Blue) = 221+41+181=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29B5 is #22D64A. Grayscale: #6E6E6E. Windows color (decimal): -2283083 or 11872733. OLE color: 11872733.

HSL color Cylindrical-coordinate representation of color #DD29B5: hue angle of 313.33º 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 #DD29B5 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 181 -
CMYK 0 0.81 0.18 0.13
HSL 313.33º 0.73% 0.51% -
HSV(B) 313.33º 0.81% 0.87% -
XYZ 38.95 20.29 45.58 -
YUV 110.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 221 41 181 0 0.81 0.18 0.13 313.33 0.73 0.51
Hex DD 29 B5 0 51 12 D 139 49 33
Octal 335 51 265 0 121 22 15 471 111 63
Binary 11011101 101001 10110101 0 1010001 10010 1101 100111001 1001001 110011

Color Harmonies of #DD29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29B5

Black with #DD29B5

Text Example


Text Example

White with #DD29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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