Html Css Color HEX #D51590 Medium Violet Red

📋 copy color: '#D51590'

red 213 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #D51590

Tints of Medium Violet Red #D51590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

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

R = 56.35%
G = 5.56%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51590 (or 0xD51590) is known color: Medium Violet Red. HEX triplet: D5, 15 and 90. RGB value is (213,21,144). Sum of RGB (Red+Green+Blue) = 213+21+144=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D51590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51590 is #2AEA6F. Grayscale: #5C5C5C. Windows color (decimal): -2812528 or 9442773. OLE color: 9442773.

HSL color Cylindrical-coordinate representation of color #D51590: hue angle of 321.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51590 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 144 -
CMYK 0 0.90 0.32 0.16
HSL 321.56º 0.82% 0.46% -
HSV(B) 321.56º 0.9% 0.84% -
XYZ 32.74 16.7 27.88 -
YUV 92.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 213 21 144 0 0.90 0.32 0.16 321.56 0.82 0.46
Hex D5 15 90 0 5A 20 10 142 52 2E
Octal 325 25 220 0 132 40 20 502 122 56
Binary 11010101 10101 10010000 0 1011010 100000 10000 101000010 1010010 101110

Color Harmonies of #D51590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51590

Black with #D51590

Text Example


Text Example

White with #D51590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51590; }

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

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

background-color css

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

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

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

border-color css

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

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

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