Html Css Color HEX #DD1AAC Spicy Pink

📋 copy color: '#DD1AAC'

red 221 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #DD1AAC

Tints of Spicy Pink #DD1AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 52.74%
G = 6.21%
B = 41.05%

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

#DD1AAC (or 0xDD1AAC) is known color: Spicy Pink. HEX triplet: DD, 1A and AC. RGB value is (221,26,172). Sum of RGB (Red+Green+Blue) = 221+26+172=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AAC is #22E553. Grayscale: #646464. Windows color (decimal): -2286932 or 11279069. OLE color: 11279069.

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

Color convert

RGB 221 26 172 -
CMYK 0 0.88 0.22 0.13
HSL 315.08º 0.79% 0.48% -
HSV(B) 315.08º 0.88% 0.87% -
XYZ 37.63 19.09 40.73 -
YUV 100.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 221 26 172 0 0.88 0.22 0.13 315.08 0.79 0.48
Hex DD 1A AC 0 58 16 D 13B 4F 30
Octal 335 32 254 0 130 26 15 473 117 60
Binary 11011101 11010 10101100 0 1011000 10110 1101 100111011 1001111 110000

Color Harmonies of #DD1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AAC

Black with #DD1AAC

Text Example


Text Example

White with #DD1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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