Html Css Color HEX #D71CAC Spicy Pink

📋 copy color: '#D71CAC'

red 215 ◦ green 28 ◦ blue 172

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

Shades of Spicy Pink #D71CAC

Tints of Spicy Pink #D71CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

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

R = 51.81%
G = 6.75%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D71CAC (or 0xD71CAC) is known color: Spicy Pink. HEX triplet: D7, 1C and AC. RGB value is (215,28,172). Sum of RGB (Red+Green+Blue) = 215+28+172=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CAC is #28E353. Grayscale: #636363. Windows color (decimal): -2679636 or 11279575. OLE color: 11279575.

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

Color convert

RGB 215 28 172 -
CMYK 0 0.87 0.2 0.16
HSL 313.8º 0.77% 0.48% -
HSV(B) 313.8º 0.87% 0.84% -
XYZ 35.89 18.26 40.66 -
YUV 100.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 215 28 172 0 0.87 0.2 0.16 313.8 0.77 0.48
Hex D7 1C AC 0 57 14 10 13A 4D 30
Octal 327 34 254 0 127 24 20 472 115 60
Binary 11010111 11100 10101100 0 1010111 10100 10000 100111010 1001101 110000

Color Harmonies of #D71CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CAC

Black with #D71CAC

Text Example


Text Example

White with #D71CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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