Html Css Color HEX #DD1AAD Spicy Pink

📋 copy color: '#DD1AAD'

red 221 ◦ green 26 ◦ blue 173

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

Shades of Spicy Pink #DD1AAD

Tints of Spicy Pink #DD1AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 52.62%
G = 6.19%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD1AAD (or 0xDD1AAD) is known color: Spicy Pink. HEX triplet: DD, 1A and AD. RGB value is (221,26,173). Sum of RGB (Red+Green+Blue) = 221+26+173=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AAD is #22E552. Grayscale: #646464. Windows color (decimal): -2286931 or 11344605. OLE color: 11344605.

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

Color convert

RGB 221 26 173 -
CMYK 0 0.88 0.22 0.13
HSL 314.77º 0.79% 0.48% -
HSV(B) 314.77º 0.88% 0.87% -
XYZ 37.73 19.13 41.24 -
YUV 101.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 221 26 173 0 0.88 0.22 0.13 314.77 0.79 0.48
Hex DD 1A AD 0 58 16 D 13B 4F 30
Octal 335 32 255 0 130 26 15 473 117 60
Binary 11011101 11010 10101101 0 1011000 10110 1101 100111011 1001111 110000

Color Harmonies of #DD1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AAD

Black with #DD1AAD

Text Example


Text Example

White with #DD1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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