Html Css Color HEX #DD22A9 Spicy Pink

📋 copy color: '#DD22A9'

red 221 ◦ green 34 ◦ blue 169

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

Shades of Spicy Pink #DD22A9

Tints of Spicy Pink #DD22A9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.02%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 52.12%
G = 8.02%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD22A9 (or 0xDD22A9) is known color: Spicy Pink. HEX triplet: DD, 22 and A9. RGB value is (221,34,169). Sum of RGB (Red+Green+Blue) = 221+34+169=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22A9 is #22DD56. Grayscale: #686868. Windows color (decimal): -2284887 or 11084509. OLE color: 11084509.

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

Color convert

RGB 221 34 169 -
CMYK 0 0.85 0.24 0.13
HSL 316.68º 0.73% 0.5% -
HSV(B) 316.68º 0.85% 0.87% -
XYZ 37.55 19.38 39.3 -
YUV 105.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 221 34 169 0 0.85 0.24 0.13 316.68 0.73 0.5
Hex DD 22 A9 0 55 18 D 13D 49 32
Octal 335 42 251 0 125 30 15 475 111 62
Binary 11011101 100010 10101001 0 1010101 11000 1101 100111101 1001001 110010

Color Harmonies of #DD22A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22A9

Black with #DD22A9

Text Example


Text Example

White with #DD22A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22A9; }

 p { color: rgb(221,34,169); }

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

background-color css

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

 a { background-color: rgb(221,34,169); }

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

border-color css

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

 span { border-color: rgb(221,34,169); }

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