Html Css Color HEX #DD28AD Spicy Pink

📋 copy color: '#DD28AD'

red 221 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #DD28AD

Tints of Spicy Pink #DD28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.22%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 50.92%
G = 9.22%
B = 39.86%

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

#DD28AD (or 0xDD28AD) is known color: Spicy Pink. HEX triplet: DD, 28 and AD. RGB value is (221,40,173). Sum of RGB (Red+Green+Blue) = 221+40+173=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AD is #22D752. Grayscale: #6C6C6C. Windows color (decimal): -2283347 or 11348189. OLE color: 11348189.

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

Color convert

RGB 221 40 173 -
CMYK 0 0.82 0.22 0.13
HSL 315.91º 0.73% 0.51% -
HSV(B) 315.91º 0.82% 0.87% -
XYZ 38.12 19.91 41.37 -
YUV 109.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 221 40 173 0 0.82 0.22 0.13 315.91 0.73 0.51
Hex DD 28 AD 0 52 16 D 13C 49 33
Octal 335 50 255 0 122 26 15 474 111 63
Binary 11011101 101000 10101101 0 1010010 10110 1101 100111100 1001001 110011

Color Harmonies of #DD28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28AD

Black with #DD28AD

Text Example


Text Example

White with #DD28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28AD; }

 p { color: rgb(221,40,173); }

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

background-color css

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

 a { background-color: rgb(221,40,173); }

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

border-color css

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

 span { border-color: rgb(221,40,173); }

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