#D01674

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

Shades of Medium Violet Red #D01674

Tints of Medium Violet Red #D01674

Color information

#D01674 (or 0xD01674) is unknown color: approx Medium Violet Red. HEX triplet: D0, 16 and 74. RGB value is (208,22,116). Sum of RGB (Red+Green+Blue) = 208+22+116=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01674 is #2FE98B. Grayscale: #585858. Windows color (decimal): -3139980 or 7608016. OLE color: 7608016.

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

Color convert

RGB20822116-
CMYK00.890.440.18
HSL329.68º80.87%45.1%-
HSV(B)329.68º89.42%81.57%-
XYZ29.4515.2417.91-
YUV88.33143.62213.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.12%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 116 (45.70% from 255) = 33.53%
R=60.12%
G=6.36%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082211600.890.440.18329.6880.8745.1
HexD016740592C1214a512d
Octal320261640131542251212155
Binary1101000010110111010001011001101100100101010010101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01674; }

 p { color: rgb(208,22,116); }

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

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

 a { background-color: rgb(208,22,116); }

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

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

 span { border-color: rgb(208,22,116); }

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