Html Css Color HEX #DF1EA8 Spicy Pink

📋 copy color: '#DF1EA8'

red 223 ◦ green 30 ◦ blue 168

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

Shades of Spicy Pink #DF1EA8

Tints of Spicy Pink #DF1EA8

RGB

 RED value IS 223 (87.5% from 255) = 52.97%

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 52.97%
G = 7.13%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF1EA8 (or 0xDF1EA8) is known color: Spicy Pink. HEX triplet: DF, 1E and A8. RGB value is (223,30,168). Sum of RGB (Red+Green+Blue) = 223+30+168=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EA8 is #20E157. Grayscale: #676767. Windows color (decimal): -2154840 or 11017951. OLE color: 11017951.

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

Color convert

RGB 223 30 168 -
CMYK 0 0.87 0.25 0.13
HSL 317.1º 0.76% 0.5% -
HSV(B) 317.1º 0.87% 0.87% -
XYZ 37.96 19.44 38.8 -
YUV 103.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 223 30 168 0 0.87 0.25 0.13 317.1 0.76 0.5
Hex DF 1E A8 0 57 19 D 13D 4C 32
Octal 337 36 250 0 127 31 15 475 114 62
Binary 11011111 11110 10101000 0 1010111 11001 1101 100111101 1001100 110010

Color Harmonies of #DF1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1EA8

Black with #DF1EA8

Text Example


Text Example

White with #DF1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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