Html Css Color HEX #D51C90 Medium Violet Red

📋 copy color: '#D51C90'

red 213 ◦ green 28 ◦ blue 144

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

Shades of Medium Violet Red #D51C90

Tints of Medium Violet Red #D51C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.27%

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

R = 55.32%
G = 7.27%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D51C90 (or 0xD51C90) is known color: Medium Violet Red. HEX triplet: D5, 1C and 90. RGB value is (213,28,144). Sum of RGB (Red+Green+Blue) = 213+28+144=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C90 is #2AE36F. Grayscale: #606060. Windows color (decimal): -2810736 or 9444565. OLE color: 9444565.

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

Color convert

RGB 213 28 144 -
CMYK 0 0.87 0.32 0.16
HSL 322.38º 0.77% 0.47% -
HSV(B) 322.38º 0.87% 0.84% -
XYZ 32.89 16.99 27.93 -
YUV 96.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 213 28 144 0 0.87 0.32 0.16 322.38 0.77 0.47
Hex D5 1C 90 0 57 20 10 142 4D 2F
Octal 325 34 220 0 127 40 20 502 115 57
Binary 11010101 11100 10010000 0 1010111 100000 10000 101000010 1001101 101111

Color Harmonies of #D51C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51C90

Black with #D51C90

Text Example


Text Example

White with #D51C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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