Html Css Color HEX #DF1FA5 Spicy Pink

📋 copy color: '#DF1FA5'

red 223 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #DF1FA5

Tints of Spicy Pink #DF1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.4%

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

R = 53.22%
G = 7.4%
B = 39.38%

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

#DF1FA5 (or 0xDF1FA5) is known color: Spicy Pink. HEX triplet: DF, 1F and A5. RGB value is (223,31,165). Sum of RGB (Red+Green+Blue) = 223+31+165=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1FA5 is #20E05A. Grayscale: #676767. Windows color (decimal): -2154587 or 10821599. OLE color: 10821599.

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

Color convert

RGB 223 31 165 -
CMYK 0 0.86 0.26 0.13
HSL 318.13º 0.76% 0.5% -
HSV(B) 318.13º 0.86% 0.87% -
XYZ 37.71 19.38 37.35 -
YUV 103.68 162.61 213.1 -
System Red Green Blue C M Y K H S L
Decimal 223 31 165 0 0.86 0.26 0.13 318.13 0.76 0.5
Hex DF 1F A5 0 56 1A D 13E 4C 32
Octal 337 37 245 0 126 32 15 476 114 62
Binary 11011111 11111 10100101 0 1010110 11010 1101 100111110 1001100 110010

Color Harmonies of #DF1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1FA5

Black with #DF1FA5

Text Example


Text Example

White with #DF1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1FA5; }

 p { color: rgb(223,31,165); }

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

background-color css

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

 a { background-color: rgb(223,31,165); }

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

border-color css

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

 span { border-color: rgb(223,31,165); }

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