#D01F92

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

Shades of Medium Violet Red #D01F92

Tints of Medium Violet Red #D01F92

Color information

#D01F92 (or 0xD01F92) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1F and 92. RGB value is (208,31,146). Sum of RGB (Red+Green+Blue) = 208+31+146=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F92 is #2FE06D. Grayscale: #606060. Windows color (decimal): -3137646 or 9576400. OLE color: 9576400.

HSL color Cylindrical-coordinate representation of color #D01F92: hue angle of 321.02º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F92 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20831146-
CMYK00.850.300.18
HSL321.02º74.06%46.86%-
HSV(B)321.02º85.1%81.57%-
XYZ31.6916.4728.7-
YUV97.03155.64207.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 31 (12.5% from 255) = 8.05%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=54.03%
G=8.05%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083114600.850.300.18321.0274.0646.86
HexD01F920551E121414a2f
Octal320372220125362250111257
Binary1101000011111100100100101010111110100101010000011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01F92; }

 p { color: rgb(208,31,146); }

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

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

 a { background-color: rgb(208,31,146); }

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

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

 span { border-color: rgb(208,31,146); }

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