Html Css Color HEX #D71AAF Spicy Pink

📋 copy color: '#D71AAF'

red 215 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #D71AAF

Tints of Spicy Pink #D71AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 51.68%
G = 6.25%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D71AAF (or 0xD71AAF) is known color: Spicy Pink. HEX triplet: D7, 1A and AF. RGB value is (215,26,175). Sum of RGB (Red+Green+Blue) = 215+26+175=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D71AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71AAF is #28E550. Grayscale: #636363. Windows color (decimal): -2680145 or 11475671. OLE color: 11475671.

HSL color Cylindrical-coordinate representation of color #D71AAF: hue angle of 312.7º 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 #D71AAF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 175 -
CMYK 0 0.88 0.19 0.16
HSL 312.7º 0.78% 0.47% -
HSV(B) 312.7º 0.88% 0.84% -
XYZ 36.13 18.28 42.18 -
YUV 99.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 215 26 175 0 0.88 0.19 0.16 312.7 0.78 0.47
Hex D7 1A AF 0 58 13 10 139 4E 2F
Octal 327 32 257 0 130 23 20 471 116 57
Binary 11010111 11010 10101111 0 1011000 10011 10000 100111001 1001110 101111

Color Harmonies of #D71AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AAF

Black with #D71AAF

Text Example


Text Example

White with #D71AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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