Html Css Color HEX #DD29B2 Spicy Pink

📋 copy color: '#DD29B2'

red 221 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #DD29B2

Tints of Spicy Pink #DD29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 50.23%
G = 9.32%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD29B2 (or 0xDD29B2) is known color: Spicy Pink. HEX triplet: DD, 29 and B2. RGB value is (221,41,178). Sum of RGB (Red+Green+Blue) = 221+41+178=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29B2 is #22D64D. Grayscale: #6E6E6E. Windows color (decimal): -2283086 or 11676125. OLE color: 11676125.

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

Color convert

RGB 221 41 178 -
CMYK 0 0.81 0.19 0.13
HSL 314.33º 0.73% 0.51% -
HSV(B) 314.33º 0.81% 0.87% -
XYZ 38.65 20.17 43.98 -
YUV 110.44 166.13 206.86 -
System Red Green Blue C M Y K H S L
Decimal 221 41 178 0 0.81 0.19 0.13 314.33 0.73 0.51
Hex DD 29 B2 0 51 13 D 13A 49 33
Octal 335 51 262 0 121 23 15 472 111 63
Binary 11011101 101001 10110010 0 1010001 10011 1101 100111010 1001001 110011

Color Harmonies of #DD29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29B2

Black with #DD29B2

Text Example


Text Example

White with #DD29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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