Html Css Color HEX #D51682 Medium Violet Red

📋 copy color: '#D51682'

red 213 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #D51682

Tints of Medium Violet Red #D51682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

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

R = 58.36%
G = 6.03%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51682 (or 0xD51682) is known color: Medium Violet Red. HEX triplet: D5, 16 and 82. RGB value is (213,22,130). Sum of RGB (Red+Green+Blue) = 213+22+130=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D51682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51682 is #2AE97D. Grayscale: #5B5B5B. Windows color (decimal): -2812286 or 8525525. OLE color: 8525525.

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

Color convert

RGB 213 22 130 -
CMYK 0 0.90 0.39 0.16
HSL 326.07º 0.81% 0.46% -
HSV(B) 326.07º 0.9% 0.84% -
XYZ 31.76 16.33 22.6 -
YUV 91.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 213 22 130 0 0.90 0.39 0.16 326.07 0.81 0.46
Hex D5 16 82 0 5A 27 10 146 51 2E
Octal 325 26 202 0 132 47 20 506 121 56
Binary 11010101 10110 10000010 0 1011010 100111 10000 101000110 1010001 101110

Color Harmonies of #D51682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51682

Black with #D51682

Text Example


Text Example

White with #D51682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51682; }

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

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

background-color css

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

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

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

border-color css

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

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

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