Html Css Color HEX #D51874 Medium Violet Red

📋 copy color: '#D51874'

red 213 ◦ green 24 ◦ blue 116

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

Shades of Medium Violet Red #D51874

Tints of Medium Violet Red #D51874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 60.34%
G = 6.8%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D51874 (or 0xD51874) is known color: Medium Violet Red. HEX triplet: D5, 18 and 74. RGB value is (213,24,116). Sum of RGB (Red+Green+Blue) = 213+24+116=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D51874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51874 is #2AE78B. Grayscale: #5A5A5A. Windows color (decimal): -2811788 or 7608533. OLE color: 7608533.

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

Color convert

RGB 213 24 116 -
CMYK 0 0.89 0.46 0.16
HSL 330.79º 0.8% 0.46% -
HSV(B) 330.79º 0.89% 0.84% -
XYZ 30.92 16.06 17.99 -
YUV 91 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 213 24 116 0 0.89 0.46 0.16 330.79 0.8 0.46
Hex D5 18 74 0 59 2E 10 14B 50 2E
Octal 325 30 164 0 131 56 20 513 120 56
Binary 11010101 11000 1110100 0 1011001 101110 10000 101001011 1010000 101110

Color Harmonies of #D51874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51874

Black with #D51874

Text Example


Text Example

White with #D51874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51874; }

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

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

background-color css

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

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

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

border-color css

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

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

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