Html Css Color HEX #D51782 Medium Violet Red

📋 copy color: '#D51782'

red 213 ◦ green 23 ◦ blue 130

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

Shades of Medium Violet Red #D51782

Tints of Medium Violet Red #D51782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

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

R = 58.2%
G = 6.28%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51782 (or 0xD51782) is known color: Medium Violet Red. HEX triplet: D5, 17 and 82. RGB value is (213,23,130). Sum of RGB (Red+Green+Blue) = 213+23+130=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D51782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51782 is #2AE87D. Grayscale: #5B5B5B. Windows color (decimal): -2812030 or 8525781. OLE color: 8525781.

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

Color convert

RGB 213 23 130 -
CMYK 0 0.89 0.39 0.16
HSL 326.21º 0.81% 0.46% -
HSV(B) 326.21º 0.89% 0.84% -
XYZ 31.78 16.37 22.6 -
YUV 92.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 213 23 130 0 0.89 0.39 0.16 326.21 0.81 0.46
Hex D5 17 82 0 59 27 10 146 51 2E
Octal 325 27 202 0 131 47 20 506 121 56
Binary 11010101 10111 10000010 0 1011001 100111 10000 101000110 1010001 101110

Color Harmonies of #D51782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51782

Black with #D51782

Text Example


Text Example

White with #D51782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51782; }

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

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

background-color css

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

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

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

border-color css

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

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

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