Html Css Color HEX #DE29AD Spicy Pink

📋 copy color: '#DE29AD'

red 222 ◦ green 41 ◦ blue 173

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

Shades of Spicy Pink #DE29AD

Tints of Spicy Pink #DE29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.4%

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

R = 50.92%
G = 9.4%
B = 39.68%

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

#DE29AD (or 0xDE29AD) is known color: Spicy Pink. HEX triplet: DE, 29 and AD. RGB value is (222,41,173). Sum of RGB (Red+Green+Blue) = 222+41+173=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29AD is #21D652. Grayscale: #6D6D6D. Windows color (decimal): -2217555 or 11348446. OLE color: 11348446.

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

Color convert

RGB 222 41 173 -
CMYK 0 0.82 0.22 0.13
HSL 316.24º 0.73% 0.52% -
HSV(B) 316.24º 0.82% 0.87% -
XYZ 38.46 20.13 41.39 -
YUV 110.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 222 41 173 0 0.82 0.22 0.13 316.24 0.73 0.52
Hex DE 29 AD 0 52 16 D 13C 49 34
Octal 336 51 255 0 122 26 15 474 111 64
Binary 11011110 101001 10101101 0 1010010 10110 1101 100111100 1001001 110100

Color Harmonies of #DE29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29AD

Black with #DE29AD

Text Example


Text Example

White with #DE29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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