Html Css Color HEX #DF1EAB Spicy Pink

📋 copy color: '#DF1EAB'

red 223 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #DF1EAB

Tints of Spicy Pink #DF1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 52.59%
G = 7.08%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF1EAB (or 0xDF1EAB) is known color: Spicy Pink. HEX triplet: DF, 1E and AB. RGB value is (223,30,171). Sum of RGB (Red+Green+Blue) = 223+30+171=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EAB is #20E154. Grayscale: #676767. Windows color (decimal): -2154837 or 11214559. OLE color: 11214559.

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

Color convert

RGB 223 30 171 -
CMYK 0 0.87 0.23 0.13
HSL 316.17º 0.76% 0.5% -
HSV(B) 316.17º 0.87% 0.87% -
XYZ 38.25 19.56 40.29 -
YUV 103.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 223 30 171 0 0.87 0.23 0.13 316.17 0.76 0.5
Hex DF 1E AB 0 57 17 D 13C 4C 32
Octal 337 36 253 0 127 27 15 474 114 62
Binary 11011111 11110 10101011 0 1010111 10111 1101 100111100 1001100 110010

Color Harmonies of #DF1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1EAB

Black with #DF1EAB

Text Example


Text Example

White with #DF1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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