#d01d94

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

Shades of Medium Violet Red #D01D94

Tints of Medium Violet Red #D01D94

Color information

#D01D94 (or 0xD01D94) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1D and 94. RGB value is (208,29,148). Sum of RGB (Red+Green+Blue) = 208+29+148=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D94 is #2FE26B. Grayscale: #5F5F5F. Windows color (decimal): -3138156 or 9706960. OLE color: 9706960.

HSL color Cylindrical-coordinate representation of color #D01D94: hue angle of 320.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D94 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB20829148-
CMYK00.860.290.18
HSL320.11º75.53%46.47%-
HSV(B)320.11º86.06%81.57%-
XYZ31.816.4329.51-
YUV96.09157.3207.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 29 (11.72% from 255) = 7.53%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=54.03%
G=7.53%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082914800.860.290.18320.1175.5346.47
HexD01D940561D121404c2e
Octal320352240126352250011456
Binary1101000011101100101000101011011101100101010000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01d94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01d94; }

 p { color: rgb(208,29,148); }

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

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

 a { background-color: rgb(208,29,148); }

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

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

 span { border-color: rgb(208,29,148); }

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