#d60290

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

Shades of Medium Violet Red #D60290

Tints of Medium Violet Red #D60290

Color information

#D60290 (or 0xD60290) is unknown color: approx Medium Violet Red. HEX triplet: D6, 02 and 90. RGB value is (214,2,144). Sum of RGB (Red+Green+Blue) = 214+2+144=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60290 is #29FD6F. Grayscale: #515151. Windows color (decimal): -2751856 or 9437910. OLE color: 9437910.

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

Color convert

RGB2142144-
CMYK00.990.330.16
HSL319.81º98.15%42.35%-
HSV(B)319.81º99.07%83.92%-
XYZ32.7916.3527.81-
YUV81.58163.24222.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.44%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 144 (56.64% from 255) = 40%
R=59.44%
G=0.56%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214400.990.330.16319.8198.1542.35
HexD62900632110140622a
Octal32622200143412050014252
Binary11010110101001000001100011100001100001010000001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d60290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d60290; }

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

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

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

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

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

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

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

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