Html Css Color HEX #DE20AB Spicy Pink

📋 copy color: '#DE20AB'

red 222 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #DE20AB

Tints of Spicy Pink #DE20AB

RGB

 RED value IS 222 (87.11% from 255) = 52.24%

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 52.24%
G = 7.53%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE20AB (or 0xDE20AB) is known color: Spicy Pink. HEX triplet: DE, 20 and AB. RGB value is (222,32,171). Sum of RGB (Red+Green+Blue) = 222+32+171=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE20AB is #21DF54. Grayscale: #686868. Windows color (decimal): -2219861 or 11215070. OLE color: 11215070.

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

Color convert

RGB 222 32 171 -
CMYK 0 0.86 0.23 0.13
HSL 316.11º 0.75% 0.5% -
HSV(B) 316.11º 0.86% 0.87% -
XYZ 37.99 19.5 40.29 -
YUV 104.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 222 32 171 0 0.86 0.23 0.13 316.11 0.75 0.5
Hex DE 20 AB 0 56 17 D 13C 4B 32
Octal 336 40 253 0 126 27 15 474 113 62
Binary 11011110 100000 10101011 0 1010110 10111 1101 100111100 1001011 110010

Color Harmonies of #DE20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE20AB

Black with #DE20AB

Text Example


Text Example

White with #DE20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE20AB; }

 p { color: rgb(222,32,171); }

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

background-color css

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

 a { background-color: rgb(222,32,171); }

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

border-color css

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

 span { border-color: rgb(222,32,171); }

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