Html Css Color HEX #DD1AAA Spicy Pink

📋 copy color: '#DD1AAA'

red 221 ◦ green 26 ◦ blue 170

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

Shades of Spicy Pink #DD1AAA

Tints of Spicy Pink #DD1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.24%

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

R = 53%
G = 6.24%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD1AAA (or 0xDD1AAA) is known color: Spicy Pink. HEX triplet: DD, 1A and AA. RGB value is (221,26,170). Sum of RGB (Red+Green+Blue) = 221+26+170=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AAA is #22E555. Grayscale: #646464. Windows color (decimal): -2286934 or 11147997. OLE color: 11147997.

HSL color Cylindrical-coordinate representation of color #DD1AAA: hue angle of 315.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1AAA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 170 -
CMYK 0 0.88 0.23 0.13
HSL 315.69º 0.79% 0.48% -
HSV(B) 315.69º 0.88% 0.87% -
XYZ 37.44 19.01 39.73 -
YUV 100.72 167.1 213.79 -
System Red Green Blue C M Y K H S L
Decimal 221 26 170 0 0.88 0.23 0.13 315.69 0.79 0.48
Hex DD 1A AA 0 58 17 D 13C 4F 30
Octal 335 32 252 0 130 27 15 474 117 60
Binary 11011101 11010 10101010 0 1011000 10111 1101 100111100 1001111 110000

Color Harmonies of #DD1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AAA

Black with #DD1AAA

Text Example


Text Example

White with #DD1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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