Html Css Color HEX #D60776 Medium Violet Red

📋 copy color: '#D60776'

red 214 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #D60776

Tints of Medium Violet Red #D60776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 63.13%
G = 2.06%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60776 (or 0xD60776) is known color: Medium Violet Red. HEX triplet: D6, 07 and 76. RGB value is (214,7,118). Sum of RGB (Red+Green+Blue) = 214+7+118=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60776 is #29F889. Grayscale: #515151. Windows color (decimal): -2750602 or 7735254. OLE color: 7735254.

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

Color convert

RGB 214 7 118 -
CMYK 0 0.97 0.45 0.16
HSL 327.83º 0.94% 0.43% -
HSV(B) 327.83º 0.97% 0.84% -
XYZ 31.08 15.76 18.54 -
YUV 81.55 148.58 222.47 -
System Red Green Blue C M Y K H S L
Decimal 214 7 118 0 0.97 0.45 0.16 327.83 0.94 0.43
Hex D6 7 76 0 61 2D 10 148 5E 2B
Octal 326 7 166 0 141 55 20 510 136 53
Binary 11010110 111 1110110 0 1100001 101101 10000 101001000 1011110 101011

Color Harmonies of #D60776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60776

Black with #D60776

Text Example


Text Example

White with #D60776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60776; }

 p { color: rgb(214,7,118); }

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

background-color css

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

 a { background-color: rgb(214,7,118); }

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

border-color css

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

 span { border-color: rgb(214,7,118); }

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