Html Css Color HEX #D51178 Medium Violet Red

📋 copy color: '#D51178'

red 213 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #D51178

Tints of Medium Violet Red #D51178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 60.86%
G = 4.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D51178 (or 0xD51178) is known color: Medium Violet Red. HEX triplet: D5, 11 and 78. RGB value is (213,17,120). Sum of RGB (Red+Green+Blue) = 213+17+120=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51178 is #2AEE87. Grayscale: #575757. Windows color (decimal): -2813576 or 7868885. OLE color: 7868885.

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

Color convert

RGB 213 17 120 -
CMYK 0 0.92 0.44 0.16
HSL 328.47º 0.85% 0.45% -
HSV(B) 328.47º 0.92% 0.84% -
XYZ 31.03 15.9 19.2 -
YUV 87.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 213 17 120 0 0.92 0.44 0.16 328.47 0.85 0.45
Hex D5 11 78 0 5C 2C 10 148 55 2D
Octal 325 21 170 0 134 54 20 510 125 55
Binary 11010101 10001 1111000 0 1011100 101100 10000 101001000 1010101 101101

Color Harmonies of #D51178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51178

Black with #D51178

Text Example


Text Example

White with #D51178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51178; }

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

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

background-color css

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

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

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

border-color css

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

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

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