Html Css Color HEX #DE2AB0 Spicy Pink

📋 copy color: '#DE2AB0'

red 222 ◦ green 42 ◦ blue 176

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

Shades of Spicy Pink #DE2AB0

Tints of Spicy Pink #DE2AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.55%

 BLUE value IS 176 (69.14% from 255) = 40%

R = 50.45%
G = 9.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE2AB0 (or 0xDE2AB0) is known color: Spicy Pink. HEX triplet: DE, 2A and B0. RGB value is (222,42,176). Sum of RGB (Red+Green+Blue) = 222+42+176=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2AB0 is #21D54F. Grayscale: #6E6E6E. Windows color (decimal): -2217296 or 11545310. OLE color: 11545310.

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

Color convert

RGB 222 42 176 -
CMYK 0 0.81 0.21 0.13
HSL 315.33º 0.73% 0.52% -
HSV(B) 315.33º 0.81% 0.87% -
XYZ 38.79 20.32 42.95 -
YUV 111.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 222 42 176 0 0.81 0.21 0.13 315.33 0.73 0.52
Hex DE 2A B0 0 51 15 D 13B 49 34
Octal 336 52 260 0 121 25 15 473 111 64
Binary 11011110 101010 10110000 0 1010001 10101 1101 100111011 1001001 110100

Color Harmonies of #DE2AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2AB0

Black with #DE2AB0

Text Example


Text Example

White with #DE2AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2AB0; }

 p { color: rgb(222,42,176); }

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

background-color css

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

 a { background-color: rgb(222,42,176); }

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

border-color css

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

 span { border-color: rgb(222,42,176); }

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