#D01B88

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

Shades of Medium Violet Red #D01B88

Tints of Medium Violet Red #D01B88

Color information

#D01B88 (or 0xD01B88) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1B and 88. RGB value is (208,27,136). Sum of RGB (Red+Green+Blue) = 208+27+136=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B88 is #2FE477. Grayscale: #5D5D5D. Windows color (decimal): -3138680 or 8920016. OLE color: 8920016.

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

Color convert

RGB20827136-
CMYK00.870.350.18
HSL323.87º77.02%46.08%-
HSV(B)323.87º87.02%81.57%-
XYZ30.8515.9724.75-
YUV93.54151.97209.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=56.06%
G=7.28%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082713600.870.350.18323.8777.0246.08
HexD01B8805723121444d2e
Octal320332100127432250411556
Binary11010000110111000100001010111100011100101010001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B88; }

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

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

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

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

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

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

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

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