Html Css Color HEX #DE1BAB Spicy Pink

📋 copy color: '#DE1BAB'

red 222 ◦ green 27 ◦ blue 171

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

Shades of Spicy Pink #DE1BAB

Tints of Spicy Pink #DE1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.43%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 52.86%
G = 6.43%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE1BAB (or 0xDE1BAB) is known color: Spicy Pink. HEX triplet: DE, 1B and AB. RGB value is (222,27,171). Sum of RGB (Red+Green+Blue) = 222+27+171=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1BAB is #21E454. Grayscale: #656565. Windows color (decimal): -2221141 or 11213790. OLE color: 11213790.

HSL color Cylindrical-coordinate representation of color #DE1BAB: hue angle of 315.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1BAB is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 27 171 -
CMYK 0 0.88 0.23 0.13
HSL 315.69º 0.78% 0.49% -
HSV(B) 315.69º 0.88% 0.87% -
XYZ 37.87 19.25 40.25 -
YUV 101.72 167.1 213.79 -
System Red Green Blue C M Y K H S L
Decimal 222 27 171 0 0.88 0.23 0.13 315.69 0.78 0.49
Hex DE 1B AB 0 58 17 D 13C 4E 31
Octal 336 33 253 0 130 27 15 474 116 61
Binary 11011110 11011 10101011 0 1011000 10111 1101 100111100 1001110 110001

Color Harmonies of #DE1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BAB

Black with #DE1BAB

Text Example


Text Example

White with #DE1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BAB; }

 p { color: rgb(222,27,171); }

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

background-color css

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

 a { background-color: rgb(222,27,171); }

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

border-color css

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

 span { border-color: rgb(222,27,171); }

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