Html Css Color HEX #D51E9A Medium Violet Red

📋 copy color: '#D51E9A'

red 213 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #D51E9A

Tints of Medium Violet Red #D51E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 53.65%
G = 7.56%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51E9A (or 0xD51E9A) is known color: Medium Violet Red. HEX triplet: D5, 1E and 9A. RGB value is (213,30,154). Sum of RGB (Red+Green+Blue) = 213+30+154=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E9A is #2AE165. Grayscale: #626262. Windows color (decimal): -2810214 or 10100437. OLE color: 10100437.

HSL color Cylindrical-coordinate representation of color #D51E9A: hue angle of 319.34º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E9A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 30 154 -
CMYK 0 0.86 0.28 0.16
HSL 319.34º 0.75% 0.48% -
HSV(B) 319.34º 0.86% 0.84% -
XYZ 33.74 17.41 32.15 -
YUV 98.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 213 30 154 0 0.86 0.28 0.16 319.34 0.75 0.48
Hex D5 1E 9A 0 56 1C 10 13F 4B 30
Octal 325 36 232 0 126 34 20 477 113 60
Binary 11010101 11110 10011010 0 1010110 11100 10000 100111111 1001011 110000

Color Harmonies of #D51E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51E9A

Black with #D51E9A

Text Example


Text Example

White with #D51E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51E9A; }

 p { color: rgb(213,30,154); }

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

background-color css

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

 a { background-color: rgb(213,30,154); }

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

border-color css

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

 span { border-color: rgb(213,30,154); }

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