#d60c92

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

Shades of Medium Violet Red #D60C92

Tints of Medium Violet Red #D60C92

Color information

#D60C92 (or 0xD60C92) is unknown color: approx Medium Violet Red. HEX triplet: D6, 0C and 92. RGB value is (214,12,146). Sum of RGB (Red+Green+Blue) = 214+12+146=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C92 is #29F36D. Grayscale: #575757. Windows color (decimal): -2749294 or 9571542. OLE color: 9571542.

HSL color Cylindrical-coordinate representation of color #D60C92: hue angle of 320.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C92 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21412146-
CMYK00.940.320.16
HSL320.2º89.38%44.31%-
HSV(B)320.2º94.39%83.92%-
XYZ33.0516.6328.66-
YUV87.67160.92218.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.53%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=57.53%
G=3.23%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141214600.940.320.16320.289.3844.31
HexD6C9205E2010140592c
Octal326142220136402050013154
Binary1101011011001001001001011110100000100001010000001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d60c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d60c92; }

 p { color: rgb(214,12,146); }

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

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

 a { background-color: rgb(214,12,146); }

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

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

 span { border-color: rgb(214,12,146); }

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