Html Css Color HEX #DE1FA5 Spicy Pink

📋 copy color: '#DE1FA5'

red 222 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #DE1FA5

Tints of Spicy Pink #DE1FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.47%

R = 53.11%
G = 7.42%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE1FA5 (or 0xDE1FA5) is known color: Spicy Pink. HEX triplet: DE, 1F and A5. RGB value is (222,31,165). Sum of RGB (Red+Green+Blue) = 222+31+165=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FA5 is #21E05A. Grayscale: #676767. Windows color (decimal): -2220123 or 10821598. OLE color: 10821598.

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

Color convert

RGB 222 31 165 -
CMYK 0 0.86 0.26 0.13
HSL 317.91º 0.75% 0.5% -
HSV(B) 317.91º 0.86% 0.87% -
XYZ 37.41 19.23 37.34 -
YUV 103.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 222 31 165 0 0.86 0.26 0.13 317.91 0.75 0.5
Hex DE 1F A5 0 56 1A D 13E 4B 32
Octal 336 37 245 0 126 32 15 476 113 62
Binary 11011110 11111 10100101 0 1010110 11010 1101 100111110 1001011 110010

Color Harmonies of #DE1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1FA5

Black with #DE1FA5

Text Example


Text Example

White with #DE1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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