Html Css Color HEX #DD1EAD Spicy Pink

📋 copy color: '#DD1EAD'

red 221 ◦ green 30 ◦ blue 173

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

Shades of Spicy Pink #DD1EAD

Tints of Spicy Pink #DD1EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.08%

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 52.12%
G = 7.08%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD1EAD (or 0xDD1EAD) is known color: Spicy Pink. HEX triplet: DD, 1E and AD. RGB value is (221,30,173). Sum of RGB (Red+Green+Blue) = 221+30+173=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EAD is #22E152. Grayscale: #676767. Windows color (decimal): -2285907 or 11345629. OLE color: 11345629.

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

Color convert

RGB 221 30 173 -
CMYK 0 0.86 0.22 0.13
HSL 315.08º 0.76% 0.49% -
HSV(B) 315.08º 0.86% 0.87% -
XYZ 37.83 19.32 41.27 -
YUV 103.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 221 30 173 0 0.86 0.22 0.13 315.08 0.76 0.49
Hex DD 1E AD 0 56 16 D 13B 4C 31
Octal 335 36 255 0 126 26 15 473 114 61
Binary 11011101 11110 10101101 0 1010110 10110 1101 100111011 1001100 110001

Color Harmonies of #DD1EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EAD

Black with #DD1EAD

Text Example


Text Example

White with #DD1EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EAD; }

 p { color: rgb(221,30,173); }

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

background-color css

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

 a { background-color: rgb(221,30,173); }

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

border-color css

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

 span { border-color: rgb(221,30,173); }

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