Html Css Color HEX #DE29B3 Spicy Pink

📋 copy color: '#DE29B3'

red 222 ◦ green 41 ◦ blue 179

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

Shades of Spicy Pink #DE29B3

Tints of Spicy Pink #DE29B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 50.23%
G = 9.28%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE29B3 (or 0xDE29B3) is known color: Spicy Pink. HEX triplet: DE, 29 and B3. RGB value is (222,41,179). Sum of RGB (Red+Green+Blue) = 222+41+179=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE29B3 is #21D64C. Grayscale: #6E6E6E. Windows color (decimal): -2217549 or 11741662. OLE color: 11741662.

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

Color convert

RGB 222 41 179 -
CMYK 0 0.82 0.19 0.13
HSL 314.25º 0.73% 0.52% -
HSV(B) 314.25º 0.82% 0.87% -
XYZ 39.05 20.37 44.52 -
YUV 110.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 222 41 179 0 0.82 0.19 0.13 314.25 0.73 0.52
Hex DE 29 B3 0 52 13 D 13A 49 34
Octal 336 51 263 0 122 23 15 472 111 64
Binary 11011110 101001 10110011 0 1010010 10011 1101 100111010 1001001 110100

Color Harmonies of #DE29B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29B3

Black with #DE29B3

Text Example


Text Example

White with #DE29B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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