#D01A82

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

Shades of Medium Violet Red #D01A82

Tints of Medium Violet Red #D01A82

Color information

#D01A82 (or 0xD01A82) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1A and 82. RGB value is (208,26,130). Sum of RGB (Red+Green+Blue) = 208+26+130=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01A82 is #2FE57D. Grayscale: #5C5C5C. Windows color (decimal): -3138942 or 8526544. OLE color: 8526544.

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

Color convert

RGB20826130-
CMYK00.880.380.18
HSL325.71º77.78%45.88%-
HSV(B)325.71º87.5%81.57%-
XYZ30.4115.7622.56-
YUV92.27149.3210.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.14%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082613000.880.380.18325.7177.7845.88
HexD01A8205826121464e2e
Octal320322020130462250611656
Binary11010000110101000001001011000100110100101010001101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A82; }

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

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

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

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

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

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

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

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