Html Css Color HEX #D51B91 Medium Violet Red

📋 copy color: '#D51B91'

red 213 ◦ green 27 ◦ blue 145

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

Shades of Medium Violet Red #D51B91

Tints of Medium Violet Red #D51B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 55.32%
G = 7.01%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51B91 (or 0xD51B91) is known color: Medium Violet Red. HEX triplet: D5, 1B and 91. RGB value is (213,27,145). Sum of RGB (Red+Green+Blue) = 213+27+145=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51B91 is #2AE46E. Grayscale: #5F5F5F. Windows color (decimal): -2810991 or 9509845. OLE color: 9509845.

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

Color convert

RGB 213 27 145 -
CMYK 0 0.87 0.32 0.16
HSL 321.94º 0.78% 0.47% -
HSV(B) 321.94º 0.87% 0.84% -
XYZ 32.94 16.97 28.33 -
YUV 96.07 155.62 211.41 -
System Red Green Blue C M Y K H S L
Decimal 213 27 145 0 0.87 0.32 0.16 321.94 0.78 0.47
Hex D5 1B 91 0 57 20 10 142 4E 2F
Octal 325 33 221 0 127 40 20 502 116 57
Binary 11010101 11011 10010001 0 1010111 100000 10000 101000010 1001110 101111

Color Harmonies of #D51B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B91

Black with #D51B91

Text Example


Text Example

White with #D51B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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