Html Css Color HEX #DD1FAE Spicy Pink

📋 copy color: '#DD1FAE'

red 221 ◦ green 31 ◦ blue 174

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

Shades of Spicy Pink #DD1FAE

Tints of Spicy Pink #DD1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.28%

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

R = 51.88%
G = 7.28%
B = 40.85%

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

#DD1FAE (or 0xDD1FAE) is known color: Spicy Pink. HEX triplet: DD, 1F and AE. RGB value is (221,31,174). Sum of RGB (Red+Green+Blue) = 221+31+174=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FAE is #22E051. Grayscale: #676767. Windows color (decimal): -2285650 or 11411421. OLE color: 11411421.

HSL color Cylindrical-coordinate representation of color #DD1FAE: hue angle of 314.84º degrees, saturation: 0.75, 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 #DD1FAE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 31 174 -
CMYK 0 0.86 0.21 0.13
HSL 314.84º 0.75% 0.49% -
HSV(B) 314.84º 0.86% 0.87% -
XYZ 37.95 19.41 41.79 -
YUV 104.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 221 31 174 0 0.86 0.21 0.13 314.84 0.75 0.49
Hex DD 1F AE 0 56 15 D 13B 4B 31
Octal 335 37 256 0 126 25 15 473 113 61
Binary 11011101 11111 10101110 0 1010110 10101 1101 100111011 1001011 110001

Color Harmonies of #DD1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FAE

Black with #DD1FAE

Text Example


Text Example

White with #DD1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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