#D01B8A

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

Shades of Medium Violet Red #D01B8A

Tints of Medium Violet Red #D01B8A

Color information

#D01B8A (or 0xD01B8A) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1B and 8A. RGB value is (208,27,138). Sum of RGB (Red+Green+Blue) = 208+27+138=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B8A is #2FE475. Grayscale: #5D5D5D. Windows color (decimal): -3138678 or 9051088. OLE color: 9051088.

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

Color convert

RGB20827138-
CMYK00.870.340.18
HSL323.2º77.02%46.08%-
HSV(B)323.2º87.02%81.57%-
XYZ30.9916.0325.51-
YUV93.77152.97209.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=55.76%
G=7.24%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082713800.870.340.18323.277.0246.08
HexD01B8A05722121434d2e
Octal320332120127422250311556
Binary11010000110111000101001010111100010100101010000111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B8A; }

 p { color: rgb(208,27,138); }

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

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

 a { background-color: rgb(208,27,138); }

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

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

 span { border-color: rgb(208,27,138); }

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