Html Css Color HEX #DD18AC Spicy Pink

📋 copy color: '#DD18AC'

red 221 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #DD18AC

Tints of Spicy Pink #DD18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.76%

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

R = 53%
G = 5.76%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD18AC (or 0xDD18AC) is known color: Spicy Pink. HEX triplet: DD, 18 and AC. RGB value is (221,24,172). Sum of RGB (Red+Green+Blue) = 221+24+172=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AC is #22E753. Grayscale: #636363. Windows color (decimal): -2287444 or 11278557. OLE color: 11278557.

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

Color convert

RGB 221 24 172 -
CMYK 0 0.89 0.22 0.13
HSL 314.92º 0.8% 0.48% -
HSV(B) 314.92º 0.89% 0.87% -
XYZ 37.59 19 40.72 -
YUV 99.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 221 24 172 0 0.89 0.22 0.13 314.92 0.8 0.48
Hex DD 18 AC 0 59 16 D 13B 50 30
Octal 335 30 254 0 131 26 15 473 120 60
Binary 11011101 11000 10101100 0 1011001 10110 1101 100111011 1010000 110000

Color Harmonies of #DD18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18AC

Black with #DD18AC

Text Example


Text Example

White with #DD18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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