Html Css Color HEX #D51574 Medium Violet Red

📋 copy color: '#D51574'

red 213 ◦ green 21 ◦ blue 116

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

Shades of Medium Violet Red #D51574

Tints of Medium Violet Red #D51574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 60.86%
G = 6%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51574 (or 0xD51574) is known color: Medium Violet Red. HEX triplet: D5, 15 and 74. RGB value is (213,21,116). Sum of RGB (Red+Green+Blue) = 213+21+116=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51574 is #2AEA8B. Grayscale: #595959. Windows color (decimal): -2812556 or 7607765. OLE color: 7607765.

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

Color convert

RGB 213 21 116 -
CMYK 0 0.90 0.46 0.16
HSL 330.31º 0.82% 0.46% -
HSV(B) 330.31º 0.9% 0.84% -
XYZ 30.86 15.94 17.97 -
YUV 89.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 213 21 116 0 0.90 0.46 0.16 330.31 0.82 0.46
Hex D5 15 74 0 5A 2E 10 14A 52 2E
Octal 325 25 164 0 132 56 20 512 122 56
Binary 11010101 10101 1110100 0 1011010 101110 10000 101001010 1010010 101110

Color Harmonies of #D51574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51574

Black with #D51574

Text Example


Text Example

White with #D51574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51574; }

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

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

background-color css

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

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

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

border-color css

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

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

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