Html Css Color HEX #DD18AF Spicy Pink

📋 copy color: '#DD18AF'

red 221 ◦ green 24 ◦ blue 175

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

Shades of Spicy Pink #DD18AF

Tints of Spicy Pink #DD18AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 52.62%
G = 5.71%
B = 41.67%

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

#DD18AF (or 0xDD18AF) is known color: Spicy Pink. HEX triplet: DD, 18 and AF. RGB value is (221,24,175). Sum of RGB (Red+Green+Blue) = 221+24+175=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AF is #22E750. Grayscale: #636363. Windows color (decimal): -2287441 or 11475165. OLE color: 11475165.

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

Color convert

RGB 221 24 175 -
CMYK 0 0.89 0.21 0.13
HSL 314.01º 0.8% 0.48% -
HSV(B) 314.01º 0.89% 0.87% -
XYZ 37.88 19.12 42.25 -
YUV 100.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 221 24 175 0 0.89 0.21 0.13 314.01 0.8 0.48
Hex DD 18 AF 0 59 15 D 13A 50 30
Octal 335 30 257 0 131 25 15 472 120 60
Binary 11011101 11000 10101111 0 1011001 10101 1101 100111010 1010000 110000

Color Harmonies of #DD18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18AF

Black with #DD18AF

Text Example


Text Example

White with #DD18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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