Html Css Color HEX #DE29AF Spicy Pink

📋 copy color: '#DE29AF'

red 222 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #DE29AF

Tints of Spicy Pink #DE29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 50.68%
G = 9.36%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE29AF (or 0xDE29AF) is known color: Spicy Pink. HEX triplet: DE, 29 and AF. RGB value is (222,41,175). Sum of RGB (Red+Green+Blue) = 222+41+175=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29AF is #21D650. Grayscale: #6E6E6E. Windows color (decimal): -2217553 or 11479518. OLE color: 11479518.

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

Color convert

RGB 222 41 175 -
CMYK 0 0.82 0.21 0.13
HSL 315.58º 0.73% 0.52% -
HSV(B) 315.58º 0.82% 0.87% -
XYZ 38.66 20.21 42.42 -
YUV 110.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 222 41 175 0 0.82 0.21 0.13 315.58 0.73 0.52
Hex DE 29 AF 0 52 15 D 13C 49 34
Octal 336 51 257 0 122 25 15 474 111 64
Binary 11011110 101001 10101111 0 1010010 10101 1101 100111100 1001001 110100

Color Harmonies of #DE29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29AF

Black with #DE29AF

Text Example


Text Example

White with #DE29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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