Html Css Color HEX #DD29B9 Spicy Pink

📋 copy color: '#DD29B9'

red 221 ◦ green 41 ◦ blue 185

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

Shades of Spicy Pink #DD29B9

Tints of Spicy Pink #DD29B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 49.44%
G = 9.17%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD29B9 (or 0xDD29B9) is known color: Spicy Pink. HEX triplet: DD, 29 and B9. RGB value is (221,41,185). Sum of RGB (Red+Green+Blue) = 221+41+185=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29B9 is #22D646. Grayscale: #6E6E6E. Windows color (decimal): -2283079 or 12134877. OLE color: 12134877.

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

Color convert

RGB 221 41 185 -
CMYK 0 0.81 0.16 0.13
HSL 312º 0.73% 0.51% -
HSV(B) 312º 0.81% 0.87% -
XYZ 39.37 20.46 47.77 -
YUV 111.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 221 41 185 0 0.81 0.16 0.13 312 0.73 0.51
Hex DD 29 B9 0 51 10 D 138 49 33
Octal 335 51 271 0 121 20 15 470 111 63
Binary 11011101 101001 10111001 0 1010001 10000 1101 100111000 1001001 110011

Color Harmonies of #DD29B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29B9

Black with #DD29B9

Text Example


Text Example

White with #DD29B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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