Html Css Color HEX #DD22AA Spicy Pink

📋 copy color: '#DD22AA'

red 221 ◦ green 34 ◦ blue 170

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

Shades of Spicy Pink #DD22AA

Tints of Spicy Pink #DD22AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 52%
G = 8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD22AA (or 0xDD22AA) is known color: Spicy Pink. HEX triplet: DD, 22 and AA. RGB value is (221,34,170). Sum of RGB (Red+Green+Blue) = 221+34+170=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22AA is #22DD55. Grayscale: #696969. Windows color (decimal): -2284886 or 11150045. OLE color: 11150045.

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

Color convert

RGB 221 34 170 -
CMYK 0 0.85 0.23 0.13
HSL 316.36º 0.73% 0.5% -
HSV(B) 316.36º 0.85% 0.87% -
XYZ 37.65 19.42 39.79 -
YUV 105.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 221 34 170 0 0.85 0.23 0.13 316.36 0.73 0.5
Hex DD 22 AA 0 55 17 D 13C 49 32
Octal 335 42 252 0 125 27 15 474 111 62
Binary 11011101 100010 10101010 0 1010101 10111 1101 100111100 1001001 110010

Color Harmonies of #DD22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22AA

Black with #DD22AA

Text Example


Text Example

White with #DD22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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