Html Css Color HEX #D71DB1 Spicy Pink

📋 copy color: '#D71DB1'

red 215 ◦ green 29 ◦ blue 177

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

Shades of Spicy Pink #D71DB1

Tints of Spicy Pink #D71DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 51.07%
G = 6.89%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D71DB1 (or 0xD71DB1) is known color: Spicy Pink. HEX triplet: D7, 1D and B1. RGB value is (215,29,177). Sum of RGB (Red+Green+Blue) = 215+29+177=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DB1 is #28E24E. Grayscale: #656565. Windows color (decimal): -2679375 or 11607511. OLE color: 11607511.

HSL color Cylindrical-coordinate representation of color #D71DB1: hue angle of 312.26º degrees, saturation: 0.76, 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 #D71DB1 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 177 -
CMYK 0 0.87 0.18 0.16
HSL 312.26º 0.76% 0.48% -
HSV(B) 312.26º 0.87% 0.84% -
XYZ 36.4 18.5 43.25 -
YUV 101.49 170.62 208.97 -
System Red Green Blue C M Y K H S L
Decimal 215 29 177 0 0.87 0.18 0.16 312.26 0.76 0.48
Hex D7 1D B1 0 57 12 10 138 4C 30
Octal 327 35 261 0 127 22 20 470 114 60
Binary 11010111 11101 10110001 0 1010111 10010 10000 100111000 1001100 110000

Color Harmonies of #D71DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DB1

Black with #D71DB1

Text Example


Text Example

White with #D71DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DB1; }

 p { color: rgb(215,29,177); }

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

background-color css

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

 a { background-color: rgb(215,29,177); }

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

border-color css

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

 span { border-color: rgb(215,29,177); }

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