#D61175

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

Shades of Medium Violet Red #D61175

Tints of Medium Violet Red #D61175

Color information

#D61175 (or 0xD61175) is unknown color: approx Medium Violet Red. HEX triplet: D6, 11 and 75. RGB value is (214,17,117). Sum of RGB (Red+Green+Blue) = 214+17+117=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D61175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61175 is #29EE8A. Grayscale: #575757. Windows color (decimal): -2748043 or 7672278. OLE color: 7672278.

HSL color Cylindrical-coordinate representation of color #D61175: hue angle of 329.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61175 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB21417117-
CMYK00.920.450.16
HSL329.54º85.28%45.29%-
HSV(B)329.54º92.06%83.92%-
XYZ31.1415.9818.27-
YUV87.3144.77218.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.49%
GREEN value IS 17 (7.03% from 255) = 4.89%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=61.49%
G=4.89%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141711700.920.450.16329.5485.2845.29
HexD6117505C2D1014a552d
Octal326211650134552051212555
Binary1101011010001111010101011100101101100001010010101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61175; }

 p { color: rgb(214,17,117); }

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

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

 a { background-color: rgb(214,17,117); }

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

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

 span { border-color: rgb(214,17,117); }

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