Html Css Color HEX #DD1EA4 Spicy Pink

📋 copy color: '#DD1EA4'

red 221 ◦ green 30 ◦ blue 164

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

Shades of Spicy Pink #DD1EA4

Tints of Spicy Pink #DD1EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 53.25%
G = 7.23%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD1EA4 (or 0xDD1EA4) is known color: Spicy Pink. HEX triplet: DD, 1E and A4. RGB value is (221,30,164). Sum of RGB (Red+Green+Blue) = 221+30+164=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA4 is #22E15B. Grayscale: #666666. Windows color (decimal): -2285916 or 10755805. OLE color: 10755805.

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

Color convert

RGB 221 30 164 -
CMYK 0 0.86 0.26 0.13
HSL 317.91º 0.76% 0.49% -
HSV(B) 317.91º 0.86% 0.87% -
XYZ 36.98 18.98 36.84 -
YUV 102.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 221 30 164 0 0.86 0.26 0.13 317.91 0.76 0.49
Hex DD 1E A4 0 56 1A D 13E 4C 31
Octal 335 36 244 0 126 32 15 476 114 61
Binary 11011101 11110 10100100 0 1010110 11010 1101 100111110 1001100 110001

Color Harmonies of #DD1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EA4

Black with #DD1EA4

Text Example


Text Example

White with #DD1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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