Html Css Color HEX #D01078 Medium Violet Red

📋 copy color: '#D01078'

red 208 ◦ green 16 ◦ blue 120

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

Shades of Medium Violet Red #D01078

Tints of Medium Violet Red #D01078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 60.47%
G = 4.65%
B = 34.88%

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

#D01078 (or 0xD01078) is known color: Medium Violet Red. HEX triplet: D0, 10 and 78. RGB value is (208,16,120). Sum of RGB (Red+Green+Blue) = 208+16+120=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D01078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01078 is #2FEF87. Grayscale: #555555. Windows color (decimal): -3141512 or 7868624. OLE color: 7868624.

HSL color Cylindrical-coordinate representation of color #D01078: hue angle of 327.5º 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 #D01078 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 120 -
CMYK 0 0.92 0.42 0.18
HSL 327.5º 0.86% 0.44% -
HSV(B) 327.5º 0.92% 0.82% -
XYZ 29.59 15.14 19.13 -
YUV 85.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 208 16 120 0 0.92 0.42 0.18 327.5 0.86 0.44
Hex D0 10 78 0 5C 2A 12 148 56 2C
Octal 320 20 170 0 134 52 22 510 126 54
Binary 11010000 10000 1111000 0 1011100 101010 10010 101001000 1010110 101100

Color Harmonies of #D01078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01078

Black with #D01078

Text Example


Text Example

White with #D01078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01078; }

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

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

background-color css

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

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

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

border-color css

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

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

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