Html Css Color HEX #D51982 Medium Violet Red

📋 copy color: '#D51982'

red 213 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #D51982

Tints of Medium Violet Red #D51982

RGB

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

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

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

R = 57.88%
G = 6.79%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51982 (or 0xD51982) is known color: Medium Violet Red. HEX triplet: D5, 19 and 82. RGB value is (213,25,130). Sum of RGB (Red+Green+Blue) = 213+25+130=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D51982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51982 is #2AE67D. Grayscale: #5C5C5C. Windows color (decimal): -2811518 or 8526293. OLE color: 8526293.

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

Color convert

RGB 213 25 130 -
CMYK 0 0.88 0.39 0.16
HSL 326.49º 0.79% 0.47% -
HSV(B) 326.49º 0.88% 0.84% -
XYZ 31.82 16.45 22.62 -
YUV 93.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 213 25 130 0 0.88 0.39 0.16 326.49 0.79 0.47
Hex D5 19 82 0 58 27 10 146 4F 2F
Octal 325 31 202 0 130 47 20 506 117 57
Binary 11010101 11001 10000010 0 1011000 100111 10000 101000110 1001111 101111

Color Harmonies of #D51982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51982

Black with #D51982

Text Example


Text Example

White with #D51982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51982; }

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

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

background-color css

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

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

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

border-color css

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

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

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