Html Css Color HEX #DD1EAC Spicy Pink

📋 copy color: '#DD1EAC'

red 221 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #DD1EAC

Tints of Spicy Pink #DD1EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 52.25%
G = 7.09%
B = 40.66%

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

#DD1EAC (or 0xDD1EAC) is known color: Spicy Pink. HEX triplet: DD, 1E and AC. RGB value is (221,30,172). Sum of RGB (Red+Green+Blue) = 221+30+172=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EAC is #22E153. Grayscale: #666666. Windows color (decimal): -2285908 or 11280093. OLE color: 11280093.

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

Color convert

RGB 221 30 172 -
CMYK 0 0.86 0.22 0.13
HSL 315.39º 0.76% 0.49% -
HSV(B) 315.39º 0.86% 0.87% -
XYZ 37.73 19.28 40.76 -
YUV 103.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 221 30 172 0 0.86 0.22 0.13 315.39 0.76 0.49
Hex DD 1E AC 0 56 16 D 13B 4C 31
Octal 335 36 254 0 126 26 15 473 114 61
Binary 11011101 11110 10101100 0 1010110 10110 1101 100111011 1001100 110001

Color Harmonies of #DD1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EAC

Black with #DD1EAC

Text Example


Text Example

White with #DD1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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