Html Css Color HEX #DD21A8 Spicy Pink

📋 copy color: '#DD21A8'

red 221 ◦ green 33 ◦ blue 168

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

Shades of Spicy Pink #DD21A8

Tints of Spicy Pink #DD21A8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 52.37%
G = 7.82%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD21A8 (or 0xDD21A8) is known color: Spicy Pink. HEX triplet: DD, 21 and A8. RGB value is (221,33,168). Sum of RGB (Red+Green+Blue) = 221+33+168=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21A8 is #22DE57. Grayscale: #686868. Windows color (decimal): -2285144 or 11018717. OLE color: 11018717.

HSL color Cylindrical-coordinate representation of color #DD21A8: hue angle of 316.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21A8 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 168 -
CMYK 0 0.85 0.24 0.13
HSL 316.91º 0.74% 0.5% -
HSV(B) 316.91º 0.85% 0.87% -
XYZ 37.43 19.29 38.8 -
YUV 104.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 221 33 168 0 0.85 0.24 0.13 316.91 0.74 0.5
Hex DD 21 A8 0 55 18 D 13D 4A 32
Octal 335 41 250 0 125 30 15 475 112 62
Binary 11011101 100001 10101000 0 1010101 11000 1101 100111101 1001010 110010

Color Harmonies of #DD21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21A8

Black with #DD21A8

Text Example


Text Example

White with #DD21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21A8; }

 p { color: rgb(221,33,168); }

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

background-color css

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

 a { background-color: rgb(221,33,168); }

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

border-color css

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

 span { border-color: rgb(221,33,168); }

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