Html Css Color HEX #DD1EAF Spicy Pink

📋 copy color: '#DD1EAF'

red 221 ◦ green 30 ◦ blue 175

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

Shades of Spicy Pink #DD1EAF

Tints of Spicy Pink #DD1EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 51.88%
G = 7.04%
B = 41.08%

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

#DD1EAF (or 0xDD1EAF) is known color: Spicy Pink. HEX triplet: DD, 1E and AF. RGB value is (221,30,175). Sum of RGB (Red+Green+Blue) = 221+30+175=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EAF is #22E150. Grayscale: #676767. Windows color (decimal): -2285905 or 11476701. OLE color: 11476701.

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

Color convert

RGB 221 30 175 -
CMYK 0 0.86 0.21 0.13
HSL 314.45º 0.76% 0.49% -
HSV(B) 314.45º 0.86% 0.87% -
XYZ 38.02 19.4 42.3 -
YUV 103.64 168.28 211.71 -
System Red Green Blue C M Y K H S L
Decimal 221 30 175 0 0.86 0.21 0.13 314.45 0.76 0.49
Hex DD 1E AF 0 56 15 D 13A 4C 31
Octal 335 36 257 0 126 25 15 472 114 61
Binary 11011101 11110 10101111 0 1010110 10101 1101 100111010 1001100 110001

Color Harmonies of #DD1EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EAF

Black with #DD1EAF

Text Example


Text Example

White with #DD1EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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