#D014AB

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

Shades of Medium Violet Red #D014AB

Tints of Medium Violet Red #D014AB

Color information

#D014AB (or 0xD014AB) is unknown color: approx Medium Violet Red. HEX triplet: D0, 14 and AB. RGB value is (208,20,171). Sum of RGB (Red+Green+Blue) = 208+20+171=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D014AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D014AB is #2FEB54. Grayscale: #5D5D5D. Windows color (decimal): -3140437 or 11211984. OLE color: 11211984.

HSL color Cylindrical-coordinate representation of color #D014AB: hue angle of 311.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014AB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20820171-
CMYK00.900.180.18
HSL311.81º82.46%44.71%-
HSV(B)311.81º90.38%81.57%-
XYZ33.6116.8540.01-
YUV93.43171.78209.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 20 (8.20% from 255) = 5.01%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=52.13%
G=5.01%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082017100.900.180.18311.8182.4644.71
HexD014AB05A1212138522d
Octal320242530132222247012255
Binary1101000010100101010110101101010010100101001110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D014AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D014AB; }

 p { color: rgb(208,20,171); }

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

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

 a { background-color: rgb(208,20,171); }

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

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

 span { border-color: rgb(208,20,171); }

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