Html Css Color HEX #D51579 Medium Violet Red

📋 copy color: '#D51579'

red 213 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #D51579

Tints of Medium Violet Red #D51579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 60%
G = 5.92%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D51579 (or 0xD51579) is known color: Medium Violet Red. HEX triplet: D5, 15 and 79. RGB value is (213,21,121). Sum of RGB (Red+Green+Blue) = 213+21+121=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D51579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51579 is #2AEA86. Grayscale: #595959. Windows color (decimal): -2812551 or 7935445. OLE color: 7935445.

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

Color convert

RGB 213 21 121 -
CMYK 0 0.90 0.43 0.16
HSL 328.75º 0.82% 0.46% -
HSV(B) 328.75º 0.9% 0.84% -
XYZ 31.16 16.06 19.55 -
YUV 89.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 213 21 121 0 0.90 0.43 0.16 328.75 0.82 0.46
Hex D5 15 79 0 5A 2B 10 149 52 2E
Octal 325 25 171 0 132 53 20 511 122 56
Binary 11010101 10101 1111001 0 1011010 101011 10000 101001001 1010010 101110

Color Harmonies of #D51579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51579

Black with #D51579

Text Example


Text Example

White with #D51579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51579; }

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

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

background-color css

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

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

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

border-color css

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

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

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