Html Css Color HEX #D61079 Medium Violet Red

📋 copy color: '#D61079'

red 214 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #D61079

Tints of Medium Violet Red #D61079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

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

R = 60.97%
G = 4.56%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D61079 (or 0xD61079) is known color: Medium Violet Red. HEX triplet: D6, 10 and 79. RGB value is (214,16,121). Sum of RGB (Red+Green+Blue) = 214+16+121=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D61079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61079 is #29EF86. Grayscale: #565656. Windows color (decimal): -2748295 or 7934166. OLE color: 7934166.

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

Color convert

RGB 214 16 121 -
CMYK 0 0.93 0.43 0.16
HSL 328.18º 0.86% 0.45% -
HSV(B) 328.18º 0.93% 0.84% -
XYZ 31.37 16.05 19.53 -
YUV 87.17 147.1 218.46 -
System Red Green Blue C M Y K H S L
Decimal 214 16 121 0 0.93 0.43 0.16 328.18 0.86 0.45
Hex D6 10 79 0 5D 2B 10 148 56 2D
Octal 326 20 171 0 135 53 20 510 126 55
Binary 11010110 10000 1111001 0 1011101 101011 10000 101001000 1010110 101101

Color Harmonies of #D61079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61079

Black with #D61079

Text Example


Text Example

White with #D61079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61079; }

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

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

background-color css

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

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

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

border-color css

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

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

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