Html Css Color HEX #D51B87 Medium Violet Red

📋 copy color: '#D51B87'

red 213 ◦ green 27 ◦ blue 135

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

Shades of Medium Violet Red #D51B87

Tints of Medium Violet Red #D51B87

RGB

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

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

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

R = 56.8%
G = 7.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51B87 (or 0xD51B87) is known color: Medium Violet Red. HEX triplet: D5, 1B and 87. RGB value is (213,27,135). Sum of RGB (Red+Green+Blue) = 213+27+135=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51B87 is #2AE478. Grayscale: #5E5E5E. Windows color (decimal): -2811001 or 8854485. OLE color: 8854485.

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

Color convert

RGB 213 27 135 -
CMYK 0 0.87 0.37 0.16
HSL 325.16º 0.78% 0.47% -
HSV(B) 325.16º 0.87% 0.84% -
XYZ 32.21 16.68 24.44 -
YUV 94.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 213 27 135 0 0.87 0.37 0.16 325.16 0.78 0.47
Hex D5 1B 87 0 57 25 10 145 4E 2F
Octal 325 33 207 0 127 45 20 505 116 57
Binary 11010101 11011 10000111 0 1010111 100101 10000 101000101 1001110 101111

Color Harmonies of #D51B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B87

Black with #D51B87

Text Example


Text Example

White with #D51B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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