Html Css Color HEX #D51376 Medium Violet Red

📋 copy color: '#D51376'

red 213 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D51376

Tints of Medium Violet Red #D51376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 60.86%
G = 5.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51376 (or 0xD51376) is known color: Medium Violet Red. HEX triplet: D5, 13 and 76. RGB value is (213,19,118). Sum of RGB (Red+Green+Blue) = 213+19+118=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D51376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51376 is #2AEC89. Grayscale: #585858. Windows color (decimal): -2813066 or 7738325. OLE color: 7738325.

HSL color Cylindrical-coordinate representation of color #D51376: hue angle of 329.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51376 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 118 -
CMYK 0 0.91 0.45 0.16
HSL 329.38º 0.84% 0.45% -
HSV(B) 329.38º 0.91% 0.84% -
XYZ 30.94 15.92 18.58 -
YUV 88.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 213 19 118 0 0.91 0.45 0.16 329.38 0.84 0.45
Hex D5 13 76 0 5B 2D 10 149 54 2D
Octal 325 23 166 0 133 55 20 511 124 55
Binary 11010101 10011 1110110 0 1011011 101101 10000 101001001 1010100 101101

Color Harmonies of #D51376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51376

Black with #D51376

Text Example


Text Example

White with #D51376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51376; }

 p { color: rgb(213,19,118); }

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

background-color css

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

 a { background-color: rgb(213,19,118); }

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

border-color css

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

 span { border-color: rgb(213,19,118); }

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