Html Css Color HEX #DD1AAB Spicy Pink

📋 copy color: '#DD1AAB'

red 221 ◦ green 26 ◦ blue 171

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

Shades of Spicy Pink #DD1AAB

Tints of Spicy Pink #DD1AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 52.87%
G = 6.22%
B = 40.91%

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

#DD1AAB (or 0xDD1AAB) is known color: Spicy Pink. HEX triplet: DD, 1A and AB. RGB value is (221,26,171). Sum of RGB (Red+Green+Blue) = 221+26+171=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AAB is #22E554. Grayscale: #646464. Windows color (decimal): -2286933 or 11213533. OLE color: 11213533.

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

Color convert

RGB 221 26 171 -
CMYK 0 0.88 0.23 0.13
HSL 315.38º 0.79% 0.48% -
HSV(B) 315.38º 0.88% 0.87% -
XYZ 37.54 19.05 40.23 -
YUV 100.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 221 26 171 0 0.88 0.23 0.13 315.38 0.79 0.48
Hex DD 1A AB 0 58 17 D 13B 4F 30
Octal 335 32 253 0 130 27 15 473 117 60
Binary 11011101 11010 10101011 0 1011000 10111 1101 100111011 1001111 110000

Color Harmonies of #DD1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AAB

Black with #DD1AAB

Text Example


Text Example

White with #DD1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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