Html Css Color HEX #D51490 Medium Violet Red

📋 copy color: '#D51490'

red 213 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #D51490

Tints of Medium Violet Red #D51490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 56.5%
G = 5.31%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51490 (or 0xD51490) is known color: Medium Violet Red. HEX triplet: D5, 14 and 90. RGB value is (213,20,144). Sum of RGB (Red+Green+Blue) = 213+20+144=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D51490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51490 is #2AEB6F. Grayscale: #5B5B5B. Windows color (decimal): -2812784 or 9442517. OLE color: 9442517.

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

Color convert

RGB 213 20 144 -
CMYK 0 0.91 0.32 0.16
HSL 321.45º 0.83% 0.46% -
HSV(B) 321.45º 0.91% 0.84% -
XYZ 32.72 16.66 27.88 -
YUV 91.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 213 20 144 0 0.91 0.32 0.16 321.45 0.83 0.46
Hex D5 14 90 0 5B 20 10 141 53 2E
Octal 325 24 220 0 133 40 20 501 123 56
Binary 11010101 10100 10010000 0 1011011 100000 10000 101000001 1010011 101110

Color Harmonies of #D51490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51490

Black with #D51490

Text Example


Text Example

White with #D51490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51490; }

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

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

background-color css

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

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

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

border-color css

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

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

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