Html Css Color HEX #DD21B2 Spicy Pink

📋 copy color: '#DD21B2'

red 221 ◦ green 33 ◦ blue 178

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

Shades of Spicy Pink #DD21B2

Tints of Spicy Pink #DD21B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 51.16%
G = 7.64%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD21B2 (or 0xDD21B2) is known color: Spicy Pink. HEX triplet: DD, 21 and B2. RGB value is (221,33,178). Sum of RGB (Red+Green+Blue) = 221+33+178=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD21B2 is #22DE4D. Grayscale: #696969. Windows color (decimal): -2285134 or 11674077. OLE color: 11674077.

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

Color convert

RGB 221 33 178 -
CMYK 0 0.85 0.19 0.13
HSL 313.72º 0.74% 0.5% -
HSV(B) 313.72º 0.85% 0.87% -
XYZ 38.4 19.67 43.89 -
YUV 105.74 168.78 210.21 -
System Red Green Blue C M Y K H S L
Decimal 221 33 178 0 0.85 0.19 0.13 313.72 0.74 0.5
Hex DD 21 B2 0 55 13 D 13A 4A 32
Octal 335 41 262 0 125 23 15 472 112 62
Binary 11011101 100001 10110010 0 1010101 10011 1101 100111010 1001010 110010

Color Harmonies of #DD21B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21B2

Black with #DD21B2

Text Example


Text Example

White with #DD21B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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