Html Css Color HEX #D51387 Medium Violet Red

📋 copy color: '#D51387'

red 213 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #D51387

Tints of Medium Violet Red #D51387

RGB

 RED value IS 213 (83.59% from 255) = 58.04%

 GREEN value IS 19 (7.81% from 255) = 5.18%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 58.04%
G = 5.18%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51387 (or 0xD51387) is known color: Medium Violet Red. HEX triplet: D5, 13 and 87. RGB value is (213,19,135). Sum of RGB (Red+Green+Blue) = 213+19+135=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D51387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51387 is #2AEC78. Grayscale: #595959. Windows color (decimal): -2813049 or 8852437. OLE color: 8852437.

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

Color convert

RGB 213 19 135 -
CMYK 0 0.91 0.37 0.16
HSL 324.12º 0.84% 0.45% -
HSV(B) 324.12º 0.91% 0.84% -
XYZ 32.05 16.36 24.39 -
YUV 90.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 213 19 135 0 0.91 0.37 0.16 324.12 0.84 0.45
Hex D5 13 87 0 5B 25 10 144 54 2D
Octal 325 23 207 0 133 45 20 504 124 55
Binary 11010101 10011 10000111 0 1011011 100101 10000 101000100 1010100 101101

Color Harmonies of #D51387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51387

Black with #D51387

Text Example


Text Example

White with #D51387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51387; }

 p { color: rgb(213,19,135); }

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

background-color css

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

 a { background-color: rgb(213,19,135); }

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

border-color css

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

 span { border-color: rgb(213,19,135); }

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