#D20675

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

Shades of Medium Violet Red #D20675

Tints of Medium Violet Red #D20675

Color information

#D20675 (or 0xD20675) is unknown color: approx Medium Violet Red. HEX triplet: D2, 06 and 75. RGB value is (210,6,117). Sum of RGB (Red+Green+Blue) = 210+6+117=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20675 is #2DF98A. Grayscale: #4F4F4F. Windows color (decimal): -3013003 or 7669458. OLE color: 7669458.

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

Color convert

RGB2106117-
CMYK00.970.440.18
HSL327.35º94.44%42.35%-
HSV(B)327.35º97.14%82.35%-
XYZ29.8515.1218.17-
YUV79.65149.09220.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.06%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=63.06%
G=1.80%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210611700.970.440.18327.3594.4442.35
HexD26750612C121475e2a
Octal32261650141542250713652
Binary11010010110111010101100001101100100101010001111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20675; }

 p { color: rgb(210,6,117); }

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

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

 a { background-color: rgb(210,6,117); }

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

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

 span { border-color: rgb(210,6,117); }

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