Html Css Color HEX #D51182 Medium Violet Red

📋 copy color: '#D51182'

red 213 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #D51182

Tints of Medium Violet Red #D51182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 59.17%
G = 4.72%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51182 (or 0xD51182) is known color: Medium Violet Red. HEX triplet: D5, 11 and 82. RGB value is (213,17,130). Sum of RGB (Red+Green+Blue) = 213+17+130=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D51182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51182 is #2AEE7D. Grayscale: #585858. Windows color (decimal): -2813566 or 8524245. OLE color: 8524245.

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

Color convert

RGB 213 17 130 -
CMYK 0 0.92 0.39 0.16
HSL 325.41º 0.85% 0.45% -
HSV(B) 325.41º 0.92% 0.84% -
XYZ 31.67 16.16 22.57 -
YUV 88.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 213 17 130 0 0.92 0.39 0.16 325.41 0.85 0.45
Hex D5 11 82 0 5C 27 10 145 55 2D
Octal 325 21 202 0 134 47 20 505 125 55
Binary 11010101 10001 10000010 0 1011100 100111 10000 101000101 1010101 101101

Color Harmonies of #D51182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51182

Black with #D51182

Text Example


Text Example

White with #D51182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51182; }

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

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

background-color css

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

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

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

border-color css

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

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

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