Html Css Color HEX #DD1FAA Spicy Pink

📋 copy color: '#DD1FAA'

red 221 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #DD1FAA

Tints of Spicy Pink #DD1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 52.37%
G = 7.35%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD1FAA (or 0xDD1FAA) is known color: Spicy Pink. HEX triplet: DD, 1F and AA. RGB value is (221,31,170). Sum of RGB (Red+Green+Blue) = 221+31+170=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FAA is #22E055. Grayscale: #676767. Windows color (decimal): -2285654 or 11149277. OLE color: 11149277.

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

Color convert

RGB 221 31 170 -
CMYK 0 0.86 0.23 0.13
HSL 316.11º 0.75% 0.49% -
HSV(B) 316.11º 0.86% 0.87% -
XYZ 37.56 19.25 39.77 -
YUV 103.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 221 31 170 0 0.86 0.23 0.13 316.11 0.75 0.49
Hex DD 1F AA 0 56 17 D 13C 4B 31
Octal 335 37 252 0 126 27 15 474 113 61
Binary 11011101 11111 10101010 0 1010110 10111 1101 100111100 1001011 110001

Color Harmonies of #DD1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FAA

Black with #DD1FAA

Text Example


Text Example

White with #DD1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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