Html Css Color HEX #D80084 Medium Violet Red

📋 copy color: '#D80084'

red 216 ◦ green 0 ◦ blue 132

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

Shades of Medium Violet Red #D80084

Tints of Medium Violet Red #D80084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 62.07%
G = 0%
B = 37.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D80084 (or 0xD80084) is known color: Medium Violet Red. HEX triplet: D8, 00 and 84. RGB value is (216,0,132). Sum of RGB (Red+Green+Blue) = 216+0+132=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80084 is #27FF7B. Grayscale: #4F4F4F. Windows color (decimal): -2621308 or 8650968. OLE color: 8650968.

HSL color Cylindrical-coordinate representation of color #D80084: hue angle of 323.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80084 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 132 -
CMYK 0 1 0.39 0.15
HSL 323.33º 1% 0.42% -
HSV(B) 323.33º 1% 0.85% -
XYZ 32.48 16.26 23.26 -
YUV 79.63 157.56 225.27 -
System Red Green Blue C M Y K H S L
Decimal 216 0 132 0 1 0.39 0.15 323.33 1 0.42
Hex D8 0 84 0 64 27 F 143 64 2A
Octal 330 0 204 0 144 47 17 503 144 52
Binary 11011000 0 10000100 0 1100100 100111 1111 101000011 1100100 101010

Color Harmonies of #D80084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80084

Black with #D80084

Text Example


Text Example

White with #D80084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80084; }

 p { color: rgb(216,0,132); }

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

background-color css

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

 a { background-color: rgb(216,0,132); }

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

border-color css

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

 span { border-color: rgb(216,0,132); }

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