Html Css Color HEX #D71DB0 Spicy Pink

📋 copy color: '#D71DB0'

red 215 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #D71DB0

Tints of Spicy Pink #D71DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 51.19%
G = 6.9%
B = 41.9%

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

#D71DB0 (or 0xD71DB0) is known color: Spicy Pink. HEX triplet: D7, 1D and B0. RGB value is (215,29,176). Sum of RGB (Red+Green+Blue) = 215+29+176=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DB0 is #28E24F. Grayscale: #646464. Windows color (decimal): -2679376 or 11541975. OLE color: 11541975.

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

Color convert

RGB 215 29 176 -
CMYK 0 0.87 0.18 0.16
HSL 312.58º 0.76% 0.48% -
HSV(B) 312.58º 0.87% 0.84% -
XYZ 36.3 18.46 42.72 -
YUV 101.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 215 29 176 0 0.87 0.18 0.16 312.58 0.76 0.48
Hex D7 1D B0 0 57 12 10 139 4C 30
Octal 327 35 260 0 127 22 20 471 114 60
Binary 11010111 11101 10110000 0 1010111 10010 10000 100111001 1001100 110000

Color Harmonies of #D71DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DB0

Black with #D71DB0

Text Example


Text Example

White with #D71DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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