#D01782

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

Shades of Medium Violet Red #D01782

Tints of Medium Violet Red #D01782

Color information

#D01782 (or 0xD01782) is unknown color: approx Medium Violet Red. HEX triplet: D0, 17 and 82. RGB value is (208,23,130). Sum of RGB (Red+Green+Blue) = 208+23+130=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D01782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01782 is #2FE87D. Grayscale: #5A5A5A. Windows color (decimal): -3139710 or 8525776. OLE color: 8525776.

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

Color convert

RGB20823130-
CMYK00.890.380.18
HSL325.3º80.09%45.29%-
HSV(B)325.3º88.94%81.57%-
XYZ30.3515.6322.54-
YUV90.51150.29211.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.62%
GREEN value IS 23 (9.38% from 255) = 6.37%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=57.62%
G=6.37%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082313000.890.380.18325.380.0945.29
HexD017820592612145502d
Octal320272020131462250512055
Binary11010000101111000001001011001100110100101010001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01782; }

 p { color: rgb(208,23,130); }

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

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

 a { background-color: rgb(208,23,130); }

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

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

 span { border-color: rgb(208,23,130); }

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