Html Css Color HEX #D01D79 Medium Violet Red

📋 copy color: '#D01D79'

red 208 ◦ green 29 ◦ blue 121

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

Shades of Medium Violet Red #D01D79

Tints of Medium Violet Red #D01D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

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

R = 58.1%
G = 8.1%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D01D79 (or 0xD01D79) is known color: Medium Violet Red. HEX triplet: D0, 1D and 79. RGB value is (208,29,121). Sum of RGB (Red+Green+Blue) = 208+29+121=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D79 is #2FE286. Grayscale: #5C5C5C. Windows color (decimal): -3138183 or 7937488. OLE color: 7937488.

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

Color convert

RGB 208 29 121 -
CMYK 0 0.86 0.42 0.18
HSL 329.16º 0.76% 0.46% -
HSV(B) 329.16º 0.86% 0.82% -
XYZ 29.9 15.67 19.54 -
YUV 93.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 208 29 121 0 0.86 0.42 0.18 329.16 0.76 0.46
Hex D0 1D 79 0 56 2A 12 149 4C 2E
Octal 320 35 171 0 126 52 22 511 114 56
Binary 11010000 11101 1111001 0 1010110 101010 10010 101001001 1001100 101110

Color Harmonies of #D01D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D79

Black with #D01D79

Text Example


Text Example

White with #D01D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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