Html Css Color HEX #D51976 Medium Violet Red

📋 copy color: '#D51976'

red 213 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #D51976

Tints of Medium Violet Red #D51976

RGB

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

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

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

R = 59.83%
G = 7.02%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D51976 (or 0xD51976) is known color: Medium Violet Red. HEX triplet: D5, 19 and 76. RGB value is (213,25,118). Sum of RGB (Red+Green+Blue) = 213+25+118=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D51976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51976 is #2AE689. Grayscale: #5B5B5B. Windows color (decimal): -2811530 or 7739861. OLE color: 7739861.

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

Color convert

RGB 213 25 118 -
CMYK 0 0.88 0.45 0.16
HSL 330.32º 0.79% 0.47% -
HSV(B) 330.32º 0.88% 0.84% -
XYZ 31.06 16.15 18.62 -
YUV 91.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 213 25 118 0 0.88 0.45 0.16 330.32 0.79 0.47
Hex D5 19 76 0 58 2D 10 14A 4F 2F
Octal 325 31 166 0 130 55 20 512 117 57
Binary 11010101 11001 1110110 0 1011000 101101 10000 101001010 1001111 101111

Color Harmonies of #D51976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51976

Black with #D51976

Text Example


Text Example

White with #D51976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51976; }

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

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

background-color css

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

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

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

border-color css

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

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

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