Html Css Color HEX #D60076 Medium Violet Red

📋 copy color: '#D60076'

red 214 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #D60076

Tints of Medium Violet Red #D60076

RGB

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

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

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

R = 64.46%
G = 0%
B = 35.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D60076 (or 0xD60076) is known color: Medium Violet Red. HEX triplet: D6, 00 and 76. RGB value is (214,0,118). Sum of RGB (Red+Green+Blue) = 214+0+118=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D60076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60076 is #29FF89. Grayscale: #4D4D4D. Windows color (decimal): -2752394 or 7733462. OLE color: 7733462.

HSL color Cylindrical-coordinate representation of color #D60076: hue angle of 326.92º 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 #D60076 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 118 -
CMYK 0 1 0.45 0.16
HSL 326.92º 1% 0.42% -
HSV(B) 326.92º 1% 0.84% -
XYZ 31 15.6 18.52 -
YUV 77.44 150.9 225.41 -
System Red Green Blue C M Y K H S L
Decimal 214 0 118 0 1 0.45 0.16 326.92 1 0.42
Hex D6 0 76 0 64 2D 10 147 64 2A
Octal 326 0 166 0 144 55 20 507 144 52
Binary 11010110 0 1110110 0 1100100 101101 10000 101000111 1100100 101010

Color Harmonies of #D60076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60076

Black with #D60076

Text Example


Text Example

White with #D60076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60076; }

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

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

background-color css

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

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

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

border-color css

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

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

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