Html Css Color HEX #D51979 Medium Violet Red

📋 copy color: '#D51979'

red 213 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #D51979

Tints of Medium Violet Red #D51979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 59.33%
G = 6.96%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D51979 (or 0xD51979) is known color: Medium Violet Red. HEX triplet: D5, 19 and 79. RGB value is (213,25,121). Sum of RGB (Red+Green+Blue) = 213+25+121=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D51979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51979 is #2AE686. Grayscale: #5B5B5B. Windows color (decimal): -2811527 or 7936469. OLE color: 7936469.

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

Color convert

RGB 213 25 121 -
CMYK 0 0.88 0.43 0.16
HSL 329.36º 0.79% 0.47% -
HSV(B) 329.36º 0.88% 0.84% -
XYZ 31.24 16.22 19.57 -
YUV 92.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 213 25 121 0 0.88 0.43 0.16 329.36 0.79 0.47
Hex D5 19 79 0 58 2B 10 149 4F 2F
Octal 325 31 171 0 130 53 20 511 117 57
Binary 11010101 11001 1111001 0 1011000 101011 10000 101001001 1001111 101111

Color Harmonies of #D51979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51979

Black with #D51979

Text Example


Text Example

White with #D51979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51979; }

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

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

background-color css

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

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

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

border-color css

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

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

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