Html Css Color HEX #D71682 Medium Violet Red

📋 copy color: '#D71682'

red 215 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #D71682

Tints of Medium Violet Red #D71682

RGB

 RED value IS 215 (84.38% from 255) = 58.58%

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

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

R = 58.58%
G = 5.99%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D71682 (or 0xD71682) is known color: Medium Violet Red. HEX triplet: D7, 16 and 82. RGB value is (215,22,130). Sum of RGB (Red+Green+Blue) = 215+22+130=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D71682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71682 is #28E97D. Grayscale: #5B5B5B. Windows color (decimal): -2681214 or 8525527. OLE color: 8525527.

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

Color convert

RGB 215 22 130 -
CMYK 0 0.90 0.40 0.16
HSL 326.42º 0.81% 0.46% -
HSV(B) 326.42º 0.9% 0.84% -
XYZ 32.34 16.63 22.62 -
YUV 92.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 215 22 130 0 0.90 0.40 0.16 326.42 0.81 0.46
Hex D7 16 82 0 5A 28 10 146 51 2E
Octal 327 26 202 0 132 50 20 506 121 56
Binary 11010111 10110 10000010 0 1011010 101000 10000 101000110 1010001 101110

Color Harmonies of #D71682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71682

Black with #D71682

Text Example


Text Example

White with #D71682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71682; }

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

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

background-color css

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

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

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

border-color css

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

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

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