Html Css Color HEX #D00080 Medium Violet Red

📋 copy color: '#D00080'

red 208 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #D00080

Tints of Medium Violet Red #D00080

RGB

 RED value IS 208 (81.64% from 255) = 61.9%

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

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 61.9%
G = 0%
B = 38.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00080 (or 0xD00080) is known color: Medium Violet Red. HEX triplet: D0, 00 and 80. RGB value is (208,0,128). Sum of RGB (Red+Green+Blue) = 208+0+128=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D00080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00080 is #2FFF7F. Grayscale: #4C4C4C. Windows color (decimal): -3145600 or 8388816. OLE color: 8388816.

HSL color Cylindrical-coordinate representation of color #D00080: hue angle of 323.08º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00080 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 128 -
CMYK 0 1 0.38 0.18
HSL 323.08º 1% 0.41% -
HSV(B) 323.08º 1% 0.82% -
XYZ 29.91 14.97 21.73 -
YUV 76.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 208 0 128 0 1 0.38 0.18 323.08 1 0.41
Hex D0 0 80 0 64 26 12 143 64 29
Octal 320 0 200 0 144 46 22 503 144 51
Binary 11010000 0 10000000 0 1100100 100110 10010 101000011 1100100 101001

Color Harmonies of #D00080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00080

Black with #D00080

Text Example


Text Example

White with #D00080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00080; }

 p { color: rgb(208,0,128); }

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

background-color css

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

 a { background-color: rgb(208,0,128); }

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

border-color css

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

 span { border-color: rgb(208,0,128); }

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