Html Css Color HEX #D71AAC Spicy Pink

📋 copy color: '#D71AAC'

red 215 ◦ green 26 ◦ blue 172

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

Shades of Spicy Pink #D71AAC

Tints of Spicy Pink #D71AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.3%

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

R = 52.06%
G = 6.3%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D71AAC (or 0xD71AAC) is known color: Spicy Pink. HEX triplet: D7, 1A and AC. RGB value is (215,26,172). Sum of RGB (Red+Green+Blue) = 215+26+172=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AAC is #28E553. Grayscale: #626262. Windows color (decimal): -2680148 or 11279063. OLE color: 11279063.

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

Color convert

RGB 215 26 172 -
CMYK 0 0.88 0.2 0.16
HSL 313.65º 0.78% 0.47% -
HSV(B) 313.65º 0.88% 0.84% -
XYZ 35.84 18.16 40.65 -
YUV 99.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 215 26 172 0 0.88 0.2 0.16 313.65 0.78 0.47
Hex D7 1A AC 0 58 14 10 13A 4E 2F
Octal 327 32 254 0 130 24 20 472 116 57
Binary 11010111 11010 10101100 0 1011000 10100 10000 100111010 1001110 101111

Color Harmonies of #D71AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AAC

Black with #D71AAC

Text Example


Text Example

White with #D71AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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