Html Css Color HEX #D51196 Medium Violet Red

📋 copy color: '#D51196'

red 213 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #D51196

Tints of Medium Violet Red #D51196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.47%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 56.05%
G = 4.47%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51196 (or 0xD51196) is known color: Medium Violet Red. HEX triplet: D5, 11 and 96. RGB value is (213,17,150). Sum of RGB (Red+Green+Blue) = 213+17+150=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51196 is #2AEE69. Grayscale: #5A5A5A. Windows color (decimal): -2813546 or 9834965. OLE color: 9834965.

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

Color convert

RGB 213 17 150 -
CMYK 0 0.92 0.30 0.16
HSL 319.29º 0.85% 0.45% -
HSV(B) 319.29º 0.92% 0.84% -
XYZ 33.15 16.75 30.34 -
YUV 90.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 213 17 150 0 0.92 0.30 0.16 319.29 0.85 0.45
Hex D5 11 96 0 5C 1E 10 13F 55 2D
Octal 325 21 226 0 134 36 20 477 125 55
Binary 11010101 10001 10010110 0 1011100 11110 10000 100111111 1010101 101101

Color Harmonies of #D51196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51196

Black with #D51196

Text Example


Text Example

White with #D51196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51196; }

 p { color: rgb(213,17,150); }

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

background-color css

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

 a { background-color: rgb(213,17,150); }

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

border-color css

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

 span { border-color: rgb(213,17,150); }

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