Html Css Color HEX #D71B85 Medium Violet Red

📋 copy color: '#D71B85'

red 215 ◦ green 27 ◦ blue 133

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

Shades of Medium Violet Red #D71B85

Tints of Medium Violet Red #D71B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 57.33%
G = 7.2%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71B85 (or 0xD71B85) is known color: Medium Violet Red. HEX triplet: D7, 1B and 85. RGB value is (215,27,133). Sum of RGB (Red+Green+Blue) = 215+27+133=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71B85 is #28E47A. Grayscale: #5F5F5F. Windows color (decimal): -2679931 or 8723415. OLE color: 8723415.

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

Color convert

RGB 215 27 133 -
CMYK 0 0.87 0.38 0.16
HSL 326.17º 0.78% 0.47% -
HSV(B) 326.17º 0.87% 0.84% -
XYZ 32.65 16.92 23.74 -
YUV 95.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 215 27 133 0 0.87 0.38 0.16 326.17 0.78 0.47
Hex D7 1B 85 0 57 26 10 146 4E 2F
Octal 327 33 205 0 127 46 20 506 116 57
Binary 11010111 11011 10000101 0 1010111 100110 10000 101000110 1001110 101111

Color Harmonies of #D71B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B85

Black with #D71B85

Text Example


Text Example

White with #D71B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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