Html Css Color HEX #D71D98 Medium Violet Red

📋 copy color: '#D71D98'

red 215 ◦ green 29 ◦ blue 152

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

Shades of Medium Violet Red #D71D98

Tints of Medium Violet Red #D71D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 54.29%
G = 7.32%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D71D98 (or 0xD71D98) is known color: Medium Violet Red. HEX triplet: D7, 1D and 98. RGB value is (215,29,152). Sum of RGB (Red+Green+Blue) = 215+29+152=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71D98 is #28E267. Grayscale: #626262. Windows color (decimal): -2679400 or 9969111. OLE color: 9969111.

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

Color convert

RGB 215 29 152 -
CMYK 0 0.87 0.29 0.16
HSL 320.32º 0.76% 0.48% -
HSV(B) 320.32º 0.87% 0.84% -
XYZ 34.13 17.59 31.3 -
YUV 98.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 215 29 152 0 0.87 0.29 0.16 320.32 0.76 0.48
Hex D7 1D 98 0 57 1D 10 140 4C 30
Octal 327 35 230 0 127 35 20 500 114 60
Binary 11010111 11101 10011000 0 1010111 11101 10000 101000000 1001100 110000

Color Harmonies of #D71D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D98

Black with #D71D98

Text Example


Text Example

White with #D71D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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