Html Css Color HEX #DE28B1 Spicy Pink

📋 copy color: '#DE28B1'

red 222 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #DE28B1

Tints of Spicy Pink #DE28B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 50.57%
G = 9.11%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE28B1 (or 0xDE28B1) is known color: Spicy Pink. HEX triplet: DE, 28 and B1. RGB value is (222,40,177). Sum of RGB (Red+Green+Blue) = 222+40+177=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28B1 is #21D74E. Grayscale: #6D6D6D. Windows color (decimal): -2217807 or 11610334. OLE color: 11610334.

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

Color convert

RGB 222 40 177 -
CMYK 0 0.82 0.20 0.13
HSL 314.84º 0.73% 0.51% -
HSV(B) 314.84º 0.82% 0.87% -
XYZ 38.82 20.22 43.45 -
YUV 110.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 222 40 177 0 0.82 0.20 0.13 314.84 0.73 0.51
Hex DE 28 B1 0 52 14 D 13B 49 33
Octal 336 50 261 0 122 24 15 473 111 63
Binary 11011110 101000 10110001 0 1010010 10100 1101 100111011 1001001 110011

Color Harmonies of #DE28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28B1

Black with #DE28B1

Text Example


Text Example

White with #DE28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28B1; }

 p { color: rgb(222,40,177); }

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

background-color css

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

 a { background-color: rgb(222,40,177); }

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

border-color css

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

 span { border-color: rgb(222,40,177); }

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