Html Css Color HEX #D51378 Medium Violet Red

📋 copy color: '#D51378'

red 213 ◦ green 19 ◦ blue 120

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

Shades of Medium Violet Red #D51378

Tints of Medium Violet Red #D51378

RGB

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

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

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

R = 60.51%
G = 5.4%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D51378 (or 0xD51378) is known color: Medium Violet Red. HEX triplet: D5, 13 and 78. RGB value is (213,19,120). Sum of RGB (Red+Green+Blue) = 213+19+120=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51378 is #2AEC87. Grayscale: #585858. Windows color (decimal): -2813064 or 7869397. OLE color: 7869397.

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

Color convert

RGB 213 19 120 -
CMYK 0 0.91 0.44 0.16
HSL 328.76º 0.84% 0.45% -
HSV(B) 328.76º 0.91% 0.84% -
XYZ 31.06 15.97 19.21 -
YUV 88.52 145.77 216.79 -
System Red Green Blue C M Y K H S L
Decimal 213 19 120 0 0.91 0.44 0.16 328.76 0.84 0.45
Hex D5 13 78 0 5B 2C 10 149 54 2D
Octal 325 23 170 0 133 54 20 511 124 55
Binary 11010101 10011 1111000 0 1011011 101100 10000 101001001 1010100 101101

Color Harmonies of #D51378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51378

Black with #D51378

Text Example


Text Example

White with #D51378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51378; }

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

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

background-color css

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

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

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

border-color css

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

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

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