#DF1EA4

Color #DF1EA4 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DF1EA4

Tints of Spicy Pink #DF1EA4

Color information

#DF1EA4 (or 0xDF1EA4) is unknown color: approx Spicy Pink. HEX triplet: DF, 1E and A4. RGB value is (223,30,164). Sum of RGB (Red+Green+Blue) = 223+30+164=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EA4 is #20E15B. Grayscale: #666666. Windows color (decimal): -2154844 or 10755807. OLE color: 10755807.

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

Color convert

RGB22330164-
CMYK00.870.260.13
HSL318.34º76.28%49.61%-
HSV(B)318.34º86.55%87.45%-
XYZ37.619.336.87-
YUV102.98162.44213.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=53.48%
G=7.19%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233016400.870.260.13318.3476.2849.61
HexDF1EA40571AD13e4c32
Octal337362440127321547611462
Binary110111111111010100100010101111101011011001111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1EA4; }

 p { color: rgb(223,30,164); }

 H1.HeaderClassName
 {
   color: #DF1EA4;
 }
 .AnyTagClassName
 {
   color: #DF1EA4;
 }
</style>
background-color css

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

 a { background-color: rgb(223,30,164); }

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

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

 span { border-color: rgb(223,30,164); }

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