Html Css Color HEX #D80688 Medium Violet Red

📋 copy color: '#D80688'

red 216 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #D80688

Tints of Medium Violet Red #D80688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 60.34%
G = 1.68%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D80688 (or 0xD80688) is known color: Medium Violet Red. HEX triplet: D8, 06 and 88. RGB value is (216,6,136). Sum of RGB (Red+Green+Blue) = 216+6+136=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D80688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80688 is #27F977. Grayscale: #535353. Windows color (decimal): -2619768 or 8914648. OLE color: 8914648.

HSL color Cylindrical-coordinate representation of color #D80688: hue angle of 322.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80688 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 136 -
CMYK 0 0.97 0.37 0.15
HSL 322.86º 0.95% 0.44% -
HSV(B) 322.86º 0.97% 0.85% -
XYZ 32.83 16.51 24.75 -
YUV 83.61 157.57 222.43 -
System Red Green Blue C M Y K H S L
Decimal 216 6 136 0 0.97 0.37 0.15 322.86 0.95 0.44
Hex D8 6 88 0 61 25 F 143 5F 2C
Octal 330 6 210 0 141 45 17 503 137 54
Binary 11011000 110 10001000 0 1100001 100101 1111 101000011 1011111 101100

Color Harmonies of #D80688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80688

Black with #D80688

Text Example


Text Example

White with #D80688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80688; }

 p { color: rgb(216,6,136); }

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

background-color css

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

 a { background-color: rgb(216,6,136); }

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

border-color css

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

 span { border-color: rgb(216,6,136); }

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