Html Css Color HEX #D51A90 Medium Violet Red

📋 copy color: '#D51A90'

red 213 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #D51A90

Tints of Medium Violet Red #D51A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

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

R = 55.61%
G = 6.79%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51A90 (or 0xD51A90) is known color: Medium Violet Red. HEX triplet: D5, 1A and 90. RGB value is (213,26,144). Sum of RGB (Red+Green+Blue) = 213+26+144=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A90 is #2AE56F. Grayscale: #5F5F5F. Windows color (decimal): -2811248 or 9444053. OLE color: 9444053.

HSL color Cylindrical-coordinate representation of color #D51A90: hue angle of 322.14º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A90 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 144 -
CMYK 0 0.88 0.32 0.16
HSL 322.14º 0.78% 0.47% -
HSV(B) 322.14º 0.88% 0.84% -
XYZ 32.84 16.9 27.92 -
YUV 95.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 213 26 144 0 0.88 0.32 0.16 322.14 0.78 0.47
Hex D5 1A 90 0 58 20 10 142 4E 2F
Octal 325 32 220 0 130 40 20 502 116 57
Binary 11010101 11010 10010000 0 1011000 100000 10000 101000010 1001110 101111

Color Harmonies of #D51A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A90

Black with #D51A90

Text Example


Text Example

White with #D51A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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