Html Css Color HEX #D00580 Medium Violet Red

📋 copy color: '#D00580'

red 208 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #D00580

Tints of Medium Violet Red #D00580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 61%
G = 1.47%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00580 (or 0xD00580) is known color: Medium Violet Red. HEX triplet: D0, 05 and 80. RGB value is (208,5,128). Sum of RGB (Red+Green+Blue) = 208+5+128=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00580 is #2FFA7F. Grayscale: #4F4F4F. Windows color (decimal): -3144320 or 8390096. OLE color: 8390096.

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

Color convert

RGB 208 5 128 -
CMYK 0 0.98 0.38 0.18
HSL 323.65º 0.95% 0.42% -
HSV(B) 323.65º 0.98% 0.82% -
XYZ 29.96 15.08 21.75 -
YUV 79.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 208 5 128 0 0.98 0.38 0.18 323.65 0.95 0.42
Hex D0 5 80 0 62 26 12 144 5F 2A
Octal 320 5 200 0 142 46 22 504 137 52
Binary 11010000 101 10000000 0 1100010 100110 10010 101000100 1011111 101010

Color Harmonies of #D00580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00580

Black with #D00580

Text Example


Text Example

White with #D00580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00580; }

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

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

background-color css

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

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

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

border-color css

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

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

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