Html Css Color HEX #D51290 Medium Violet Red

📋 copy color: '#D51290'

red 213 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #D51290

Tints of Medium Violet Red #D51290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

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

R = 56.8%
G = 4.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51290 (or 0xD51290) is known color: Medium Violet Red. HEX triplet: D5, 12 and 90. RGB value is (213,18,144). Sum of RGB (Red+Green+Blue) = 213+18+144=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D51290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51290 is #2AED6F. Grayscale: #5A5A5A. Windows color (decimal): -2813296 or 9442005. OLE color: 9442005.

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

Color convert

RGB 213 18 144 -
CMYK 0 0.92 0.32 0.16
HSL 321.23º 0.84% 0.45% -
HSV(B) 321.23º 0.92% 0.84% -
XYZ 32.69 16.59 27.87 -
YUV 90.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 213 18 144 0 0.92 0.32 0.16 321.23 0.84 0.45
Hex D5 12 90 0 5C 20 10 141 54 2D
Octal 325 22 220 0 134 40 20 501 124 55
Binary 11010101 10010 10010000 0 1011100 100000 10000 101000001 1010100 101101

Color Harmonies of #D51290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51290

Black with #D51290

Text Example


Text Example

White with #D51290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51290; }

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

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

background-color css

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

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

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

border-color css

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

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

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