Html Css Color HEX #D00079 Medium Violet Red

📋 copy color: '#D00079'

red 208 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #D00079

Tints of Medium Violet Red #D00079

RGB

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

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

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

R = 63.22%
G = 0%
B = 36.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D00079 (or 0xD00079) is known color: Medium Violet Red. HEX triplet: D0, 00 and 79. RGB value is (208,0,121). Sum of RGB (Red+Green+Blue) = 208+0+121=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00079 is #2FFF86. Grayscale: #4B4B4B. Windows color (decimal): -3145607 or 7930064. OLE color: 7930064.

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

Color convert

RGB 208 0 121 -
CMYK 0 1 0.42 0.18
HSL 325.1º 1% 0.41% -
HSV(B) 325.1º 1% 0.82% -
XYZ 29.46 14.79 19.39 -
YUV 75.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 208 0 121 0 1 0.42 0.18 325.1 1 0.41
Hex D0 0 79 0 64 2A 12 145 64 29
Octal 320 0 171 0 144 52 22 505 144 51
Binary 11010000 0 1111001 0 1100100 101010 10010 101000101 1100100 101001

Color Harmonies of #D00079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00079

Black with #D00079

Text Example


Text Example

White with #D00079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00079; }

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

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

background-color css

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

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

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

border-color css

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

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

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