#D01A8B

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

Shades of Medium Violet Red #D01A8B

Tints of Medium Violet Red #D01A8B

Color information

#D01A8B (or 0xD01A8B) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1A and 8B. RGB value is (208,26,139). Sum of RGB (Red+Green+Blue) = 208+26+139=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01A8B is #2FE574. Grayscale: #5D5D5D. Windows color (decimal): -3138933 or 9116368. OLE color: 9116368.

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

Color convert

RGB20826139-
CMYK00.880.330.18
HSL322.75º77.78%45.88%-
HSV(B)322.75º87.5%81.57%-
XYZ31.0416.0125.88-
YUV93.3153.8209.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=55.76%
G=6.97%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082613900.880.330.18322.7577.7845.88
HexD01A8B05821121434e2e
Octal320322130130412250311656
Binary11010000110101000101101011000100001100101010000111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A8B; }

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

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

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

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

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

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

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

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