Html Css Color HEX #D71FAC Spicy Pink

📋 copy color: '#D71FAC'

red 215 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #D71FAC

Tints of Spicy Pink #D71FAC

RGB

 RED value IS 215 (84.38% from 255) = 51.44%

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 51.44%
G = 7.42%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D71FAC (or 0xD71FAC) is known color: Spicy Pink. HEX triplet: D7, 1F and AC. RGB value is (215,31,172). Sum of RGB (Red+Green+Blue) = 215+31+172=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FAC is #28E053. Grayscale: #656565. Windows color (decimal): -2678868 or 11280343. OLE color: 11280343.

HSL color Cylindrical-coordinate representation of color #D71FAC: hue angle of 314.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71FAC is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 172 -
CMYK 0 0.86 0.2 0.16
HSL 314.02º 0.75% 0.48% -
HSV(B) 314.02º 0.86% 0.84% -
XYZ 35.96 18.41 40.69 -
YUV 102.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 215 31 172 0 0.86 0.2 0.16 314.02 0.75 0.48
Hex D7 1F AC 0 56 14 10 13A 4B 30
Octal 327 37 254 0 126 24 20 472 113 60
Binary 11010111 11111 10101100 0 1010110 10100 10000 100111010 1001011 110000

Color Harmonies of #D71FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FAC

Black with #D71FAC

Text Example


Text Example

White with #D71FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FAC; }

 p { color: rgb(215,31,172); }

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

background-color css

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

 a { background-color: rgb(215,31,172); }

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

border-color css

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

 span { border-color: rgb(215,31,172); }

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