Html Css Color HEX #D01079 Medium Violet Red

📋 copy color: '#D01079'

red 208 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #D01079

Tints of Medium Violet Red #D01079

RGB

 RED value IS 208 (81.64% from 255) = 60.29%

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

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

R = 60.29%
G = 4.64%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D01079 (or 0xD01079) is known color: Medium Violet Red. HEX triplet: D0, 10 and 79. RGB value is (208,16,121). Sum of RGB (Red+Green+Blue) = 208+16+121=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01079 is #2FEF86. Grayscale: #555555. Windows color (decimal): -3141511 or 7934160. OLE color: 7934160.

HSL color Cylindrical-coordinate representation of color #D01079: hue angle of 327.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01079 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 121 -
CMYK 0 0.92 0.42 0.18
HSL 327.19º 0.86% 0.44% -
HSV(B) 327.19º 0.92% 0.82% -
XYZ 29.65 15.16 19.45 -
YUV 85.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 208 16 121 0 0.92 0.42 0.18 327.19 0.86 0.44
Hex D0 10 79 0 5C 2A 12 147 56 2C
Octal 320 20 171 0 134 52 22 507 126 54
Binary 11010000 10000 1111001 0 1011100 101010 10010 101000111 1010110 101100

Color Harmonies of #D01079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01079

Black with #D01079

Text Example


Text Example

White with #D01079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01079; }

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

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

background-color css

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

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

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

border-color css

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

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

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