#D01B89

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

Shades of Medium Violet Red #D01B89

Tints of Medium Violet Red #D01B89

Color information

#D01B89 (or 0xD01B89) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1B and 89. RGB value is (208,27,137). Sum of RGB (Red+Green+Blue) = 208+27+137=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B89 is #2FE476. Grayscale: #5D5D5D. Windows color (decimal): -3138679 or 8985552. OLE color: 8985552.

HSL color Cylindrical-coordinate representation of color #D01B89: hue angle of 323.54º 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 #D01B89 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB20827137-
CMYK00.870.340.18
HSL323.54º77.02%46.08%-
HSV(B)323.54º87.02%81.57%-
XYZ30.921625.13-
YUV93.66152.47209.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.91%
GREEN value IS 27 (10.94% from 255) = 7.26%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=55.91%
G=7.26%
B=36.83%

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
Decimal2082713700.870.340.18323.5477.0246.08
HexD01B8905722121444d2e
Octal320332110127422250411556
Binary11010000110111000100101010111100010100101010001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B89; }

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

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

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

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

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

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

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

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