Html Css Color HEX #D81682 Medium Violet Red

📋 copy color: '#D81682'

red 216 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #D81682

Tints of Medium Violet Red #D81682

RGB

 RED value IS 216 (84.77% from 255) = 58.7%

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

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

R = 58.7%
G = 5.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D81682 (or 0xD81682) is known color: Medium Violet Red. HEX triplet: D8, 16 and 82. RGB value is (216,22,130). Sum of RGB (Red+Green+Blue) = 216+22+130=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D81682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81682 is #27E97D. Grayscale: #5C5C5C. Windows color (decimal): -2615678 or 8525528. OLE color: 8525528.

HSL color Cylindrical-coordinate representation of color #D81682: hue angle of 326.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81682 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 130 -
CMYK 0 0.90 0.40 0.15
HSL 326.6º 0.82% 0.47% -
HSV(B) 326.6º 0.9% 0.85% -
XYZ 32.64 16.78 22.64 -
YUV 92.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 216 22 130 0 0.90 0.40 0.15 326.6 0.82 0.47
Hex D8 16 82 0 5A 28 F 147 52 2F
Octal 330 26 202 0 132 50 17 507 122 57
Binary 11011000 10110 10000010 0 1011010 101000 1111 101000111 1010010 101111

Color Harmonies of #D81682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81682

Black with #D81682

Text Example


Text Example

White with #D81682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81682; }

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

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

background-color css

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

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

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

border-color css

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

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

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