#D00380

Color #D00380 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D00380

Tints of Medium Violet Red #D00380

Color information

#D00380 (or 0xD00380) is unknown color: approx Medium Violet Red. HEX triplet: D0, 03 and 80. RGB value is (208,3,128). Sum of RGB (Red+Green+Blue) = 208+3+128=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D00380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00380 is #2FFC7F. Grayscale: #4E4E4E. Windows color (decimal): -3144832 or 8389584. OLE color: 8389584.

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

Color convert

RGB2083128-
CMYK00.990.380.18
HSL323.41º97.16%41.37%-
HSV(B)323.41º98.56%81.57%-
XYZ29.9415.0321.75-
YUV78.54155.92220.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.36%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=61.36%
G=0.88%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208312800.990.380.18323.4197.1641.37
HexD038006326121436129
Octal32032000143462250314151
Binary11010000111000000001100011100110100101010000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00380; }

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

 H1.HeaderClassName
 {
   color: #D00380;
 }
 .AnyTagClassName
 {
   color: #D00380;
 }
</style>
background-color css

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

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

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

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

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

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