Html Css Color HEX #D01979 Medium Violet Red

📋 copy color: '#D01979'

red 208 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #D01979

Tints of Medium Violet Red #D01979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

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

R = 58.76%
G = 7.06%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D01979 (or 0xD01979) is known color: Medium Violet Red. HEX triplet: D0, 19 and 79. RGB value is (208,25,121). Sum of RGB (Red+Green+Blue) = 208+25+121=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D01979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01979 is #2FE686. Grayscale: #5A5A5A. Windows color (decimal): -3139207 or 7936464. OLE color: 7936464.

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

Color convert

RGB 208 25 121 -
CMYK 0 0.88 0.42 0.18
HSL 328.52º 0.79% 0.46% -
HSV(B) 328.52º 0.88% 0.82% -
XYZ 29.81 15.49 19.51 -
YUV 90.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 208 25 121 0 0.88 0.42 0.18 328.52 0.79 0.46
Hex D0 19 79 0 58 2A 12 149 4F 2E
Octal 320 31 171 0 130 52 22 511 117 56
Binary 11010000 11001 1111001 0 1011000 101010 10010 101001001 1001111 101110

Color Harmonies of #D01979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01979

Black with #D01979

Text Example


Text Example

White with #D01979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01979; }

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

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

background-color css

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

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

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

border-color css

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

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

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