Html Css Color HEX #D60D79 Medium Violet Red

📋 copy color: '#D60D79'

red 214 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #D60D79

Tints of Medium Violet Red #D60D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 61.49%
G = 3.74%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60D79 (or 0xD60D79) is known color: Medium Violet Red. HEX triplet: D6, 0D and 79. RGB value is (214,13,121). Sum of RGB (Red+Green+Blue) = 214+13+121=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D79 is #29F286. Grayscale: #555555. Windows color (decimal): -2749063 or 7933398. OLE color: 7933398.

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

Color convert

RGB 214 13 121 -
CMYK 0 0.94 0.43 0.16
HSL 327.76º 0.89% 0.45% -
HSV(B) 327.76º 0.94% 0.84% -
XYZ 31.33 15.96 19.52 -
YUV 85.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 214 13 121 0 0.94 0.43 0.16 327.76 0.89 0.45
Hex D6 D 79 0 5E 2B 10 148 59 2D
Octal 326 15 171 0 136 53 20 510 131 55
Binary 11010110 1101 1111001 0 1011110 101011 10000 101001000 1011001 101101

Color Harmonies of #D60D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D79

Black with #D60D79

Text Example


Text Example

White with #D60D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D79; }

 p { color: rgb(214,13,121); }

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

background-color css

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

 a { background-color: rgb(214,13,121); }

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

border-color css

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

 span { border-color: rgb(214,13,121); }

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