Html Css Color HEX #DE28B3 Spicy Pink

📋 copy color: '#DE28B3'

red 222 ◦ green 40 ◦ blue 179

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

Shades of Spicy Pink #DE28B3

Tints of Spicy Pink #DE28B3

RGB

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

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

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

R = 50.34%
G = 9.07%
B = 40.59%

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

#DE28B3 (or 0xDE28B3) is known color: Spicy Pink. HEX triplet: DE, 28 and B3. RGB value is (222,40,179). Sum of RGB (Red+Green+Blue) = 222+40+179=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE28B3 is #21D74C. Grayscale: #6D6D6D. Windows color (decimal): -2217805 or 11741406. OLE color: 11741406.

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

Color convert

RGB 222 40 179 -
CMYK 0 0.82 0.19 0.13
HSL 314.18º 0.73% 0.51% -
HSV(B) 314.18º 0.82% 0.87% -
XYZ 39.02 20.3 44.51 -
YUV 110.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 222 40 179 0 0.82 0.19 0.13 314.18 0.73 0.51
Hex DE 28 B3 0 52 13 D 13A 49 33
Octal 336 50 263 0 122 23 15 472 111 63
Binary 11011110 101000 10110011 0 1010010 10011 1101 100111010 1001001 110011

Color Harmonies of #DE28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28B3

Black with #DE28B3

Text Example


Text Example

White with #DE28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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