Html Css Color HEX #D51978 Medium Violet Red

📋 copy color: '#D51978'

red 213 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #D51978

Tints of Medium Violet Red #D51978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 59.5%
G = 6.98%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D51978 (or 0xD51978) is known color: Medium Violet Red. HEX triplet: D5, 19 and 78. RGB value is (213,25,120). Sum of RGB (Red+Green+Blue) = 213+25+120=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D51978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51978 is #2AE687. Grayscale: #5B5B5B. Windows color (decimal): -2811528 or 7870933. OLE color: 7870933.

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

Color convert

RGB 213 25 120 -
CMYK 0 0.88 0.44 0.16
HSL 329.68º 0.79% 0.47% -
HSV(B) 329.68º 0.88% 0.84% -
XYZ 31.18 16.2 19.25 -
YUV 92.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 213 25 120 0 0.88 0.44 0.16 329.68 0.79 0.47
Hex D5 19 78 0 58 2C 10 14A 4F 2F
Octal 325 31 170 0 130 54 20 512 117 57
Binary 11010101 11001 1111000 0 1011000 101100 10000 101001010 1001111 101111

Color Harmonies of #D51978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51978

Black with #D51978

Text Example


Text Example

White with #D51978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51978; }

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

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

background-color css

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

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

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

border-color css

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

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

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