Html Css Color HEX #D51BA8 Medium Violet Red

📋 copy color: '#D51BA8'

red 213 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #D51BA8

Tints of Medium Violet Red #D51BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 52.21%
G = 6.62%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D51BA8 (or 0xD51BA8) is known color: Medium Violet Red. HEX triplet: D5, 1B and A8. RGB value is (213,27,168). Sum of RGB (Red+Green+Blue) = 213+27+168=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BA8 is #2AE457. Grayscale: #626262. Windows color (decimal): -2810968 or 11017173. OLE color: 11017173.

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

Color convert

RGB 213 27 168 -
CMYK 0 0.87 0.21 0.16
HSL 314.52º 0.78% 0.47% -
HSV(B) 314.52º 0.87% 0.84% -
XYZ 34.9 17.76 38.63 -
YUV 98.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 213 27 168 0 0.87 0.21 0.16 314.52 0.78 0.47
Hex D5 1B A8 0 57 15 10 13B 4E 2F
Octal 325 33 250 0 127 25 20 473 116 57
Binary 11010101 11011 10101000 0 1010111 10101 10000 100111011 1001110 101111

Color Harmonies of #D51BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BA8

Black with #D51BA8

Text Example


Text Example

White with #D51BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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