Html Css Color HEX #DE29B8 Spicy Pink

📋 copy color: '#DE29B8'

red 222 ◦ green 41 ◦ blue 184

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

Shades of Spicy Pink #DE29B8

Tints of Spicy Pink #DE29B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.16%

R = 49.66%
G = 9.17%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE29B8 (or 0xDE29B8) is known color: Spicy Pink. HEX triplet: DE, 29 and B8. RGB value is (222,41,184). Sum of RGB (Red+Green+Blue) = 222+41+184=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE29B8 is #21D647. Grayscale: #6F6F6F. Windows color (decimal): -2217544 or 12069342. OLE color: 12069342.

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

Color convert

RGB 222 41 184 -
CMYK 0 0.82 0.17 0.13
HSL 312.6º 0.73% 0.52% -
HSV(B) 312.6º 0.82% 0.87% -
XYZ 39.57 20.58 47.23 -
YUV 111.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 222 41 184 0 0.82 0.17 0.13 312.6 0.73 0.52
Hex DE 29 B8 0 52 11 D 139 49 34
Octal 336 51 270 0 122 21 15 471 111 64
Binary 11011110 101001 10111000 0 1010010 10001 1101 100111001 1001001 110100

Color Harmonies of #DE29B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29B8

Black with #DE29B8

Text Example


Text Example

White with #DE29B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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