Html Css Color HEX #DE28B8 Spicy Pink

📋 copy color: '#DE28B8'

red 222 ◦ green 40 ◦ blue 184

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

Shades of Spicy Pink #DE28B8

Tints of Spicy Pink #DE28B8

RGB

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

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

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

R = 49.78%
G = 8.97%
B = 41.26%

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

#DE28B8 (or 0xDE28B8) is known color: Spicy Pink. HEX triplet: DE, 28 and B8. RGB value is (222,40,184). Sum of RGB (Red+Green+Blue) = 222+40+184=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28B8 is #21D747. Grayscale: #6E6E6E. Windows color (decimal): -2217800 or 12069086. OLE color: 12069086.

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

Color convert

RGB 222 40 184 -
CMYK 0 0.82 0.17 0.13
HSL 312.53º 0.73% 0.51% -
HSV(B) 312.53º 0.82% 0.87% -
XYZ 39.53 20.51 47.22 -
YUV 110.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 222 40 184 0 0.82 0.17 0.13 312.53 0.73 0.51
Hex DE 28 B8 0 52 11 D 139 49 33
Octal 336 50 270 0 122 21 15 471 111 63
Binary 11011110 101000 10111000 0 1010010 10001 1101 100111001 1001001 110011

Color Harmonies of #DE28B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28B8

Black with #DE28B8

Text Example


Text Example

White with #DE28B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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