Html Css Color HEX #DD20AE Spicy Pink

📋 copy color: '#DD20AE'

red 221 ◦ green 32 ◦ blue 174

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

Shades of Spicy Pink #DD20AE

Tints of Spicy Pink #DD20AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.49%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 51.76%
G = 7.49%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD20AE (or 0xDD20AE) is known color: Spicy Pink. HEX triplet: DD, 20 and AE. RGB value is (221,32,174). Sum of RGB (Red+Green+Blue) = 221+32+174=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20AE is #22DF51. Grayscale: #686868. Windows color (decimal): -2285394 or 11411677. OLE color: 11411677.

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

Color convert

RGB 221 32 174 -
CMYK 0 0.86 0.21 0.13
HSL 314.92º 0.75% 0.5% -
HSV(B) 314.92º 0.86% 0.87% -
XYZ 37.98 19.46 41.8 -
YUV 104.7 167.12 210.95 -
System Red Green Blue C M Y K H S L
Decimal 221 32 174 0 0.86 0.21 0.13 314.92 0.75 0.5
Hex DD 20 AE 0 56 15 D 13B 4B 32
Octal 335 40 256 0 126 25 15 473 113 62
Binary 11011101 100000 10101110 0 1010110 10101 1101 100111011 1001011 110010

Color Harmonies of #DD20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20AE

Black with #DD20AE

Text Example


Text Example

White with #DD20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20AE; }

 p { color: rgb(221,32,174); }

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

background-color css

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

 a { background-color: rgb(221,32,174); }

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

border-color css

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

 span { border-color: rgb(221,32,174); }

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