Html Css Color HEX #D71D96 Medium Violet Red

📋 copy color: '#D71D96'

red 215 ◦ green 29 ◦ blue 150

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

Shades of Medium Violet Red #D71D96

Tints of Medium Violet Red #D71D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 54.57%
G = 7.36%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D71D96 (or 0xD71D96) is known color: Medium Violet Red. HEX triplet: D7, 1D and 96. RGB value is (215,29,150). Sum of RGB (Red+Green+Blue) = 215+29+150=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71D96 is #28E269. Grayscale: #626262. Windows color (decimal): -2679402 or 9838039. OLE color: 9838039.

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

Color convert

RGB 215 29 150 -
CMYK 0 0.87 0.30 0.16
HSL 320.97º 0.76% 0.48% -
HSV(B) 320.97º 0.87% 0.84% -
XYZ 33.97 17.53 30.45 -
YUV 98.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 215 29 150 0 0.87 0.30 0.16 320.97 0.76 0.48
Hex D7 1D 96 0 57 1E 10 141 4C 30
Octal 327 35 226 0 127 36 20 501 114 60
Binary 11010111 11101 10010110 0 1010111 11110 10000 101000001 1001100 110000

Color Harmonies of #D71D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D96

Black with #D71D96

Text Example


Text Example

White with #D71D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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