Html Css Color HEX #DD17AF Spicy Pink

📋 copy color: '#DD17AF'

red 221 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #DD17AF

Tints of Spicy Pink #DD17AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.49%

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

R = 52.74%
G = 5.49%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD17AF (or 0xDD17AF) is known color: Spicy Pink. HEX triplet: DD, 17 and AF. RGB value is (221,23,175). Sum of RGB (Red+Green+Blue) = 221+23+175=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD17AF is #22E850. Grayscale: #636363. Windows color (decimal): -2287697 or 11474909. OLE color: 11474909.

HSL color Cylindrical-coordinate representation of color #DD17AF: hue angle of 313.94º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD17AF is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 175 -
CMYK 0 0.90 0.21 0.13
HSL 313.94º 0.81% 0.48% -
HSV(B) 313.94º 0.9% 0.87% -
XYZ 37.86 19.08 42.24 -
YUV 99.53 170.6 214.64 -
System Red Green Blue C M Y K H S L
Decimal 221 23 175 0 0.90 0.21 0.13 313.94 0.81 0.48
Hex DD 17 AF 0 5A 15 D 13A 51 30
Octal 335 27 257 0 132 25 15 472 121 60
Binary 11011101 10111 10101111 0 1011010 10101 1101 100111010 1010001 110000

Color Harmonies of #DD17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17AF

Black with #DD17AF

Text Example


Text Example

White with #DD17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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