Html Css Color HEX #DE28B9 Spicy Pink

📋 copy color: '#DE28B9'

red 222 ◦ green 40 ◦ blue 185

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

Shades of Spicy Pink #DE28B9

Tints of Spicy Pink #DE28B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 49.66%
G = 8.95%
B = 41.39%

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

#DE28B9 (or 0xDE28B9) is known color: Spicy Pink. HEX triplet: DE, 28 and B9. RGB value is (222,40,185). Sum of RGB (Red+Green+Blue) = 222+40+185=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28B9 is #21D746. Grayscale: #6E6E6E. Windows color (decimal): -2217799 or 12134622. OLE color: 12134622.

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

Color convert

RGB 222 40 185 -
CMYK 0 0.82 0.17 0.13
HSL 312.2º 0.73% 0.51% -
HSV(B) 312.2º 0.82% 0.87% -
XYZ 39.64 20.55 47.78 -
YUV 110.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 222 40 185 0 0.82 0.17 0.13 312.2 0.73 0.51
Hex DE 28 B9 0 52 11 D 138 49 33
Octal 336 50 271 0 122 21 15 470 111 63
Binary 11011110 101000 10111001 0 1010010 10001 1101 100111000 1001001 110011

Color Harmonies of #DE28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28B9

Black with #DE28B9

Text Example


Text Example

White with #DE28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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