Html Css Color HEX #D71585 Medium Violet Red

📋 copy color: '#D71585'

red 215 ◦ green 21 ◦ blue 133

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

Shades of Medium Violet Red #D71585

Tints of Medium Violet Red #D71585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

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

R = 58.27%
G = 5.69%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D71585 (or 0xD71585) is known color: Medium Violet Red. HEX triplet: D7, 15 and 85. RGB value is (215,21,133). Sum of RGB (Red+Green+Blue) = 215+21+133=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71585 is #28EA7A. Grayscale: #5B5B5B. Windows color (decimal): -2681467 or 8721879. OLE color: 8721879.

HSL color Cylindrical-coordinate representation of color #D71585: hue angle of 325.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71585 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 133 -
CMYK 0 0.90 0.38 0.16
HSL 325.36º 0.82% 0.46% -
HSV(B) 325.36º 0.9% 0.84% -
XYZ 32.53 16.68 23.69 -
YUV 91.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 215 21 133 0 0.90 0.38 0.16 325.36 0.82 0.46
Hex D7 15 85 0 5A 26 10 145 52 2E
Octal 327 25 205 0 132 46 20 505 122 56
Binary 11010111 10101 10000101 0 1011010 100110 10000 101000101 1010010 101110

Color Harmonies of #D71585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71585

Black with #D71585

Text Example


Text Example

White with #D71585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71585; }

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

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

background-color css

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

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

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

border-color css

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

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

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