Html Css Color HEX #D00979 Medium Violet Red

📋 copy color: '#D00979'

red 208 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #D00979

Tints of Medium Violet Red #D00979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 61.54%
G = 2.66%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D00979 (or 0xD00979) is known color: Medium Violet Red. HEX triplet: D0, 09 and 79. RGB value is (208,9,121). Sum of RGB (Red+Green+Blue) = 208+9+121=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D00979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00979 is #2FF686. Grayscale: #515151. Windows color (decimal): -3143303 or 7932368. OLE color: 7932368.

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

Color convert

RGB 208 9 121 -
CMYK 0 0.96 0.42 0.18
HSL 326.23º 0.92% 0.43% -
HSV(B) 326.23º 0.96% 0.82% -
XYZ 29.56 14.99 19.42 -
YUV 81.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 208 9 121 0 0.96 0.42 0.18 326.23 0.92 0.43
Hex D0 9 79 0 60 2A 12 146 5C 2B
Octal 320 11 171 0 140 52 22 506 134 53
Binary 11010000 1001 1111001 0 1100000 101010 10010 101000110 1011100 101011

Color Harmonies of #D00979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00979

Black with #D00979

Text Example


Text Example

White with #D00979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00979; }

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

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

background-color css

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

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

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

border-color css

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

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

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