Html Css Color HEX #D51495 Medium Violet Red

📋 copy color: '#D51495'

red 213 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #D51495

Tints of Medium Violet Red #D51495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.24%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 55.76%
G = 5.24%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51495 (or 0xD51495) is known color: Medium Violet Red. HEX triplet: D5, 14 and 95. RGB value is (213,20,149). Sum of RGB (Red+Green+Blue) = 213+20+149=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D51495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51495 is #2AEB6A. Grayscale: #5C5C5C. Windows color (decimal): -2812779 or 9770197. OLE color: 9770197.

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

Color convert

RGB 213 20 149 -
CMYK 0 0.91 0.30 0.16
HSL 319.9º 0.83% 0.46% -
HSV(B) 319.9º 0.91% 0.84% -
XYZ 33.12 16.82 29.93 -
YUV 92.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 213 20 149 0 0.91 0.30 0.16 319.9 0.83 0.46
Hex D5 14 95 0 5B 1E 10 140 53 2E
Octal 325 24 225 0 133 36 20 500 123 56
Binary 11010101 10100 10010101 0 1011011 11110 10000 101000000 1010011 101110

Color Harmonies of #D51495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51495

Black with #D51495

Text Example


Text Example

White with #D51495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51495; }

 p { color: rgb(213,20,149); }

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

background-color css

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

 a { background-color: rgb(213,20,149); }

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

border-color css

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

 span { border-color: rgb(213,20,149); }

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