Html Css Color HEX #DD1DA8 Spicy Pink

📋 copy color: '#DD1DA8'

red 221 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #DD1DA8

Tints of Spicy Pink #DD1DA8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 52.87%
G = 6.94%
B = 40.19%

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

#DD1DA8 (or 0xDD1DA8) is known color: Spicy Pink. HEX triplet: DD, 1D and A8. RGB value is (221,29,168). Sum of RGB (Red+Green+Blue) = 221+29+168=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1DA8 is #22E257. Grayscale: #656565. Windows color (decimal): -2286168 or 11017693. OLE color: 11017693.

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

Color convert

RGB 221 29 168 -
CMYK 0 0.87 0.24 0.13
HSL 316.56º 0.77% 0.49% -
HSV(B) 316.56º 0.87% 0.87% -
XYZ 37.33 19.08 38.76 -
YUV 102.25 165.11 212.7 -
System Red Green Blue C M Y K H S L
Decimal 221 29 168 0 0.87 0.24 0.13 316.56 0.77 0.49
Hex DD 1D A8 0 57 18 D 13D 4D 31
Octal 335 35 250 0 127 30 15 475 115 61
Binary 11011101 11101 10101000 0 1010111 11000 1101 100111101 1001101 110001

Color Harmonies of #DD1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DA8

Black with #DD1DA8

Text Example


Text Example

White with #DD1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DA8; }

 p { color: rgb(221,29,168); }

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

background-color css

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

 a { background-color: rgb(221,29,168); }

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

border-color css

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

 span { border-color: rgb(221,29,168); }

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