Html Css Color HEX #DD27AC Spicy Pink

📋 copy color: '#DD27AC'

red 221 ◦ green 39 ◦ blue 172

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

Shades of Spicy Pink #DD27AC

Tints of Spicy Pink #DD27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

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

R = 51.16%
G = 9.03%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD27AC (or 0xDD27AC) is known color: Spicy Pink. HEX triplet: DD, 27 and AC. RGB value is (221,39,172). Sum of RGB (Red+Green+Blue) = 221+39+172=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD27AC is #22D853. Grayscale: #6C6C6C. Windows color (decimal): -2283604 or 11282397. OLE color: 11282397.

HSL color Cylindrical-coordinate representation of color #DD27AC: hue angle of 316.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD27AC is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 172 -
CMYK 0 0.82 0.22 0.13
HSL 316.15º 0.73% 0.51% -
HSV(B) 316.15º 0.82% 0.87% -
XYZ 37.99 19.8 40.85 -
YUV 108.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 221 39 172 0 0.82 0.22 0.13 316.15 0.73 0.51
Hex DD 27 AC 0 52 16 D 13C 49 33
Octal 335 47 254 0 122 26 15 474 111 63
Binary 11011101 100111 10101100 0 1010010 10110 1101 100111100 1001001 110011

Color Harmonies of #DD27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27AC

Black with #DD27AC

Text Example


Text Example

White with #DD27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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