Html Css Color HEX #DD1BA9 Spicy Pink

📋 copy color: '#DD1BA9'

red 221 ◦ green 27 ◦ blue 169

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

Shades of Spicy Pink #DD1BA9

Tints of Spicy Pink #DD1BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 53%
G = 6.47%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD1BA9 (or 0xDD1BA9) is known color: Spicy Pink. HEX triplet: DD, 1B and A9. RGB value is (221,27,169). Sum of RGB (Red+Green+Blue) = 221+27+169=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BA9 is #22E456. Grayscale: #646464. Windows color (decimal): -2286679 or 11082717. OLE color: 11082717.

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

Color convert

RGB 221 27 169 -
CMYK 0 0.88 0.24 0.13
HSL 316.08º 0.78% 0.49% -
HSV(B) 316.08º 0.88% 0.87% -
XYZ 37.37 19.02 39.24 -
YUV 101.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 221 27 169 0 0.88 0.24 0.13 316.08 0.78 0.49
Hex DD 1B A9 0 58 18 D 13C 4E 31
Octal 335 33 251 0 130 30 15 474 116 61
Binary 11011101 11011 10101001 0 1011000 11000 1101 100111100 1001110 110001

Color Harmonies of #DD1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BA9

Black with #DD1BA9

Text Example


Text Example

White with #DD1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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