Html Css Color HEX #D71085 Medium Violet Red

📋 copy color: '#D71085'

red 215 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #D71085

Tints of Medium Violet Red #D71085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 59.07%
G = 4.4%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71085 (or 0xD71085) is known color: Medium Violet Red. HEX triplet: D7, 10 and 85. RGB value is (215,16,133). Sum of RGB (Red+Green+Blue) = 215+16+133=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D71085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71085 is #28EF7A. Grayscale: #585858. Windows color (decimal): -2682747 or 8720599. OLE color: 8720599.

HSL color Cylindrical-coordinate representation of color #D71085: hue angle of 324.72º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71085 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 133 -
CMYK 0 0.93 0.38 0.16
HSL 324.72º 0.86% 0.45% -
HSV(B) 324.72º 0.93% 0.84% -
XYZ 32.44 16.51 23.67 -
YUV 88.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 215 16 133 0 0.93 0.38 0.16 324.72 0.86 0.45
Hex D7 10 85 0 5D 26 10 145 56 2D
Octal 327 20 205 0 135 46 20 505 126 55
Binary 11010111 10000 10000101 0 1011101 100110 10000 101000101 1010110 101101

Color Harmonies of #D71085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71085

Black with #D71085

Text Example


Text Example

White with #D71085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71085; }

 p { color: rgb(215,16,133); }

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

background-color css

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

 a { background-color: rgb(215,16,133); }

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

border-color css

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

 span { border-color: rgb(215,16,133); }

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