Html Css Color HEX #DD18AE Spicy Pink

📋 copy color: '#DD18AE'

red 221 ◦ green 24 ◦ blue 174

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

Shades of Spicy Pink #DD18AE

Tints of Spicy Pink #DD18AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 52.74%
G = 5.73%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD18AE (or 0xDD18AE) is known color: Spicy Pink. HEX triplet: DD, 18 and AE. RGB value is (221,24,174). Sum of RGB (Red+Green+Blue) = 221+24+174=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AE is #22E751. Grayscale: #636363. Windows color (decimal): -2287442 or 11409629. OLE color: 11409629.

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

Color convert

RGB 221 24 174 -
CMYK 0 0.89 0.21 0.13
HSL 314.31º 0.8% 0.48% -
HSV(B) 314.31º 0.89% 0.87% -
XYZ 37.79 19.08 41.74 -
YUV 100 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 221 24 174 0 0.89 0.21 0.13 314.31 0.8 0.48
Hex DD 18 AE 0 59 15 D 13A 50 30
Octal 335 30 256 0 131 25 15 472 120 60
Binary 11011101 11000 10101110 0 1011001 10101 1101 100111010 1010000 110000

Color Harmonies of #DD18AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18AE

Black with #DD18AE

Text Example


Text Example

White with #DD18AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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