Html Css Color HEX #DE1BA7 Spicy Pink

📋 copy color: '#DE1BA7'

red 222 ◦ green 27 ◦ blue 167

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

Shades of Spicy Pink #DE1BA7

Tints of Spicy Pink #DE1BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.14%

R = 53.37%
G = 6.49%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE1BA7 (or 0xDE1BA7) is known color: Spicy Pink. HEX triplet: DE, 1B and A7. RGB value is (222,27,167). Sum of RGB (Red+Green+Blue) = 222+27+167=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1BA7 is #21E458. Grayscale: #646464. Windows color (decimal): -2221145 or 10951646. OLE color: 10951646.

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

Color convert

RGB 222 27 167 -
CMYK 0 0.88 0.25 0.13
HSL 316.92º 0.78% 0.49% -
HSV(B) 316.92º 0.88% 0.87% -
XYZ 37.49 19.1 38.27 -
YUV 101.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 222 27 167 0 0.88 0.25 0.13 316.92 0.78 0.49
Hex DE 1B A7 0 58 19 D 13D 4E 31
Octal 336 33 247 0 130 31 15 475 116 61
Binary 11011110 11011 10100111 0 1011000 11001 1101 100111101 1001110 110001

Color Harmonies of #DE1BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BA7

Black with #DE1BA7

Text Example


Text Example

White with #DE1BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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