Html Css Color HEX #DE19AD Spicy Pink

📋 copy color: '#DE19AD'

red 222 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #DE19AD

Tints of Spicy Pink #DE19AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

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

R = 52.86%
G = 5.95%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE19AD (or 0xDE19AD) is known color: Spicy Pink. HEX triplet: DE, 19 and AD. RGB value is (222,25,173). Sum of RGB (Red+Green+Blue) = 222+25+173=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19AD is #21E652. Grayscale: #646464. Windows color (decimal): -2221651 or 11344350. OLE color: 11344350.

HSL color Cylindrical-coordinate representation of color #DE19AD: hue angle of 314.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19AD is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 173 -
CMYK 0 0.89 0.22 0.13
HSL 314.92º 0.8% 0.48% -
HSV(B) 314.92º 0.89% 0.87% -
XYZ 38.01 19.24 41.25 -
YUV 100.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 222 25 173 0 0.89 0.22 0.13 314.92 0.8 0.48
Hex DE 19 AD 0 59 16 D 13B 50 30
Octal 336 31 255 0 131 26 15 473 120 60
Binary 11011110 11001 10101101 0 1011001 10110 1101 100111011 1010000 110000

Color Harmonies of #DE19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19AD

Black with #DE19AD

Text Example


Text Example

White with #DE19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19AD; }

 p { color: rgb(222,25,173); }

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

background-color css

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

 a { background-color: rgb(222,25,173); }

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

border-color css

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

 span { border-color: rgb(222,25,173); }

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