Html Css Color HEX #DE1FAE Spicy Pink

📋 copy color: '#DE1FAE'

red 222 ◦ green 31 ◦ blue 174

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

Shades of Spicy Pink #DE1FAE

Tints of Spicy Pink #DE1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.26%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 51.99%
G = 7.26%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE1FAE (or 0xDE1FAE) is known color: Spicy Pink. HEX triplet: DE, 1F and AE. RGB value is (222,31,174). Sum of RGB (Red+Green+Blue) = 222+31+174=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FAE is #21E051. Grayscale: #686868. Windows color (decimal): -2220114 or 11411422. OLE color: 11411422.

HSL color Cylindrical-coordinate representation of color #DE1FAE: hue angle of 315.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FAE is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 31 174 -
CMYK 0 0.86 0.22 0.13
HSL 315.08º 0.75% 0.5% -
HSV(B) 315.08º 0.86% 0.87% -
XYZ 38.25 19.57 41.8 -
YUV 104.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 222 31 174 0 0.86 0.22 0.13 315.08 0.75 0.5
Hex DE 1F AE 0 56 16 D 13B 4B 32
Octal 336 37 256 0 126 26 15 473 113 62
Binary 11011110 11111 10101110 0 1010110 10110 1101 100111011 1001011 110010

Color Harmonies of #DE1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FAE

Black with #DE1FAE

Text Example


Text Example

White with #DE1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FAE; }

 p { color: rgb(222,31,174); }

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

background-color css

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

 a { background-color: rgb(222,31,174); }

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

border-color css

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

 span { border-color: rgb(222,31,174); }

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