Html Css Color HEX #D51174 Medium Violet Red

📋 copy color: '#D51174'

red 213 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #D51174

Tints of Medium Violet Red #D51174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

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

R = 61.56%
G = 4.91%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51174 (or 0xD51174) is known color: Medium Violet Red. HEX triplet: D5, 11 and 74. RGB value is (213,17,116). Sum of RGB (Red+Green+Blue) = 213+17+116=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D51174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51174 is #2AEE8B. Grayscale: #565656. Windows color (decimal): -2813580 or 7606741. OLE color: 7606741.

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

Color convert

RGB 213 17 116 -
CMYK 0 0.92 0.46 0.16
HSL 329.69º 0.85% 0.45% -
HSV(B) 329.69º 0.92% 0.84% -
XYZ 30.79 15.81 17.95 -
YUV 86.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 213 17 116 0 0.92 0.46 0.16 329.69 0.85 0.45
Hex D5 11 74 0 5C 2E 10 14A 55 2D
Octal 325 21 164 0 134 56 20 512 125 55
Binary 11010101 10001 1110100 0 1011100 101110 10000 101001010 1010101 101101

Color Harmonies of #D51174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51174

Black with #D51174

Text Example


Text Example

White with #D51174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51174; }

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

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

background-color css

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

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

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

border-color css

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

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

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