#D61E90

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

Shades of Medium Violet Red #D61E90

Tints of Medium Violet Red #D61E90

Color information

#D61E90 (or 0xD61E90) is unknown color: approx Medium Violet Red. HEX triplet: D6, 1E and 90. RGB value is (214,30,144). Sum of RGB (Red+Green+Blue) = 214+30+144=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E90 is #29E16F. Grayscale: #616161. Windows color (decimal): -2744688 or 9445078. OLE color: 9445078.

HSL color Cylindrical-coordinate representation of color #D61E90: hue angle of 322.83º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E90 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB21430144-
CMYK00.860.330.16
HSL322.83º75.41%47.84%-
HSV(B)322.83º85.98%83.92%-
XYZ33.2317.2427.96-
YUV98.01153.96210.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.15%
GREEN value IS 30 (12.11% from 255) = 7.73%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=55.15%
G=7.73%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143014400.860.330.16322.8375.4147.84
HexD61E9005621101434b30
Octal326362200126412050311360
Binary11010110111101001000001010110100001100001010000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61E90; }

 p { color: rgb(214,30,144); }

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

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

 a { background-color: rgb(214,30,144); }

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

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

 span { border-color: rgb(214,30,144); }

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