Html Css Color HEX #DD1BAA Spicy Pink

📋 copy color: '#DD1BAA'

red 221 ◦ green 27 ◦ blue 170

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

Shades of Spicy Pink #DD1BAA

Tints of Spicy Pink #DD1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.46%

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

R = 52.87%
G = 6.46%
B = 40.67%

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

#DD1BAA (or 0xDD1BAA) is known color: Spicy Pink. HEX triplet: DD, 1B and AA. RGB value is (221,27,170). Sum of RGB (Red+Green+Blue) = 221+27+170=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BAA is #22E455. Grayscale: #646464. Windows color (decimal): -2286678 or 11148253. OLE color: 11148253.

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

Color convert

RGB 221 27 170 -
CMYK 0 0.88 0.23 0.13
HSL 315.77º 0.78% 0.49% -
HSV(B) 315.77º 0.88% 0.87% -
XYZ 37.47 19.06 39.73 -
YUV 101.31 166.77 213.37 -
System Red Green Blue C M Y K H S L
Decimal 221 27 170 0 0.88 0.23 0.13 315.77 0.78 0.49
Hex DD 1B AA 0 58 17 D 13C 4E 31
Octal 335 33 252 0 130 27 15 474 116 61
Binary 11011101 11011 10101010 0 1011000 10111 1101 100111100 1001110 110001

Color Harmonies of #DD1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BAA

Black with #DD1BAA

Text Example


Text Example

White with #DD1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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