#D0129A

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

Shades of Medium Violet Red #D0129A

Tints of Medium Violet Red #D0129A

Color information

#D0129A (or 0xD0129A) is unknown color: approx Medium Violet Red. HEX triplet: D0, 12 and 9A. RGB value is (208,18,154). Sum of RGB (Red+Green+Blue) = 208+18+154=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0129A is #2FED65. Grayscale: #595959. Windows color (decimal): -3140966 or 10097360. OLE color: 10097360.

HSL color Cylindrical-coordinate representation of color #D0129A: hue angle of 317.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0129A is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB20818154-
CMYK00.910.260.18
HSL317.05º84.07%44.31%-
HSV(B)317.05º91.35%81.57%-
XYZ32.0616.1832-
YUV90.31163.95211.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=54.74%
G=4.74%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081815400.910.260.18317.0584.0744.31
HexD0129A05B1A1213d542c
Octal320222320133322247512454
Binary1101000010010100110100101101111010100101001111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0129A; }

 p { color: rgb(208,18,154); }

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

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

 a { background-color: rgb(208,18,154); }

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

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

 span { border-color: rgb(208,18,154); }

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