Html Css Color HEX #DD1CA9 Spicy Pink

📋 copy color: '#DD1CA9'

red 221 ◦ green 28 ◦ blue 169

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

Shades of Spicy Pink #DD1CA9

Tints of Spicy Pink #DD1CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.7%

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

R = 52.87%
G = 6.7%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD1CA9 (or 0xDD1CA9) is known color: Spicy Pink. HEX triplet: DD, 1C and A9. RGB value is (221,28,169). Sum of RGB (Red+Green+Blue) = 221+28+169=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA9 is #22E356. Grayscale: #656565. Windows color (decimal): -2286423 or 11082973. OLE color: 11082973.

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

Color convert

RGB 221 28 169 -
CMYK 0 0.87 0.24 0.13
HSL 316.17º 0.78% 0.49% -
HSV(B) 316.17º 0.87% 0.87% -
XYZ 37.4 19.07 39.25 -
YUV 101.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 221 28 169 0 0.87 0.24 0.13 316.17 0.78 0.49
Hex DD 1C A9 0 57 18 D 13C 4E 31
Octal 335 34 251 0 127 30 15 474 116 61
Binary 11011101 11100 10101001 0 1010111 11000 1101 100111100 1001110 110001

Color Harmonies of #DD1CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CA9

Black with #DD1CA9

Text Example


Text Example

White with #DD1CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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