Html Css Color HEX #DF1EAE Spicy Pink

📋 copy color: '#DF1EAE'

red 223 ◦ green 30 ◦ blue 174

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

Shades of Spicy Pink #DF1EAE

Tints of Spicy Pink #DF1EAE

RGB

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

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

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

R = 52.22%
G = 7.03%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF1EAE (or 0xDF1EAE) is known color: Spicy Pink. HEX triplet: DF, 1E and AE. RGB value is (223,30,174). Sum of RGB (Red+Green+Blue) = 223+30+174=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EAE is #20E151. Grayscale: #676767. Windows color (decimal): -2154834 or 11411167. OLE color: 11411167.

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

Color convert

RGB 223 30 174 -
CMYK 0 0.87 0.22 0.13
HSL 315.23º 0.76% 0.5% -
HSV(B) 315.23º 0.87% 0.87% -
XYZ 38.54 19.67 41.81 -
YUV 104.12 167.44 212.79 -
System Red Green Blue C M Y K H S L
Decimal 223 30 174 0 0.87 0.22 0.13 315.23 0.76 0.5
Hex DF 1E AE 0 57 16 D 13B 4C 32
Octal 337 36 256 0 127 26 15 473 114 62
Binary 11011111 11110 10101110 0 1010111 10110 1101 100111011 1001100 110010

Color Harmonies of #DF1EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1EAE

Black with #DF1EAE

Text Example


Text Example

White with #DF1EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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