Html Css Color HEX #D60092 Medium Violet Red

📋 copy color: '#D60092'

red 214 ◦ green 0 ◦ blue 146

#D60092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D60092

Tints of Medium Violet Red #D60092

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 59.44%
G = 0%
B = 40.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D60092 (or 0xD60092) is known color: Medium Violet Red. HEX triplet: D6, 00 and 92. RGB value is (214,0,146). Sum of RGB (Red+Green+Blue) = 214+0+146=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D60092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60092 is #29FF6D. Grayscale: #505050. Windows color (decimal): -2752366 or 9568470. OLE color: 9568470.

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

Color convert

RGB 214 0 146 -
CMYK 0 1 0.32 0.16
HSL 319.07º 1% 0.42% -
HSV(B) 319.07º 1% 0.84% -
XYZ 32.92 16.37 28.62 -
YUV 80.63 164.9 223.13 -
System Red Green Blue C M Y K H S L
Decimal 214 0 146 0 1 0.32 0.16 319.07 1 0.42
Hex D6 0 92 0 64 20 10 13F 64 2A
Octal 326 0 222 0 144 40 20 477 144 52
Binary 11010110 0 10010010 0 1100100 100000 10000 100111111 1100100 101010

Color Harmonies of #D60092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60092

Black with #D60092

Text Example


Text Example

White with #D60092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60092; }

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

 H1.HeaderClassName
 {
   color: #D60092;
 }
 .AnyTagClassName
 {
   color: #D60092;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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