#D01472

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

Shades of Medium Violet Red #D01472

Tints of Medium Violet Red #D01472

Color information

#D01472 (or 0xD01472) is unknown color: approx Medium Violet Red. HEX triplet: D0, 14 and 72. RGB value is (208,20,114). Sum of RGB (Red+Green+Blue) = 208+20+114=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D01472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01472 is #2FEB8D. Grayscale: #565656. Windows color (decimal): -3140494 or 7476432. OLE color: 7476432.

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

Color convert

RGB20820114-
CMYK00.900.450.18
HSL330º82.46%44.71%-
HSV(B)330º90.38%81.57%-
XYZ29.315.1317.29-
YUV86.93143.28214.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.82%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=60.82%
G=5.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082011400.900.450.1833082.4644.71
HexD0147205A2D1214a522d
Octal320241620132552251212255
Binary1101000010100111001001011010101101100101010010101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01472; }

 p { color: rgb(208,20,114); }

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

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

 a { background-color: rgb(208,20,114); }

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

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

 span { border-color: rgb(208,20,114); }

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