Html Css Color HEX #DE1BB2 Spicy Pink

📋 copy color: '#DE1BB2'

red 222 ◦ green 27 ◦ blue 178

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

Shades of Spicy Pink #DE1BB2

Tints of Spicy Pink #DE1BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 51.99%
G = 6.32%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE1BB2 (or 0xDE1BB2) is known color: Spicy Pink. HEX triplet: DE, 1B and B2. RGB value is (222,27,178). Sum of RGB (Red+Green+Blue) = 222+27+178=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1BB2 is #21E44D. Grayscale: #666666. Windows color (decimal): -2221134 or 11672542. OLE color: 11672542.

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

Color convert

RGB 222 27 178 -
CMYK 0 0.88 0.20 0.13
HSL 313.54º 0.78% 0.49% -
HSV(B) 313.54º 0.88% 0.87% -
XYZ 38.55 19.53 43.86 -
YUV 102.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 222 27 178 0 0.88 0.20 0.13 313.54 0.78 0.49
Hex DE 1B B2 0 58 14 D 13A 4E 31
Octal 336 33 262 0 130 24 15 472 116 61
Binary 11011110 11011 10110010 0 1011000 10100 1101 100111010 1001110 110001

Color Harmonies of #DE1BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BB2

Black with #DE1BB2

Text Example


Text Example

White with #DE1BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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