Html Css Color HEX #DE1EA5 Spicy Pink

📋 copy color: '#DE1EA5'

red 222 ◦ green 30 ◦ blue 165

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

Shades of Spicy Pink #DE1EA5

Tints of Spicy Pink #DE1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.19%

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

R = 53.24%
G = 7.19%
B = 39.57%

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

#DE1EA5 (or 0xDE1EA5) is known color: Spicy Pink. HEX triplet: DE, 1E and A5. RGB value is (222,30,165). Sum of RGB (Red+Green+Blue) = 222+30+165=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1EA5 is #21E15A. Grayscale: #666666. Windows color (decimal): -2220379 or 10821342. OLE color: 10821342.

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

Color convert

RGB 222 30 165 -
CMYK 0 0.86 0.26 0.13
HSL 317.81º 0.76% 0.49% -
HSV(B) 317.81º 0.86% 0.87% -
XYZ 37.38 19.17 37.33 -
YUV 102.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 222 30 165 0 0.86 0.26 0.13 317.81 0.76 0.49
Hex DE 1E A5 0 56 1A D 13E 4C 31
Octal 336 36 245 0 126 32 15 476 114 61
Binary 11011110 11110 10100101 0 1010110 11010 1101 100111110 1001100 110001

Color Harmonies of #DE1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1EA5

Black with #DE1EA5

Text Example


Text Example

White with #DE1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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