Html Css Color HEX #D01077 Medium Violet Red

📋 copy color: '#D01077'

red 208 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #D01077

Tints of Medium Violet Red #D01077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 60.64%
G = 4.66%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D01077 (or 0xD01077) is known color: Medium Violet Red. HEX triplet: D0, 10 and 77. RGB value is (208,16,119). Sum of RGB (Red+Green+Blue) = 208+16+119=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01077 is #2FEF88. Grayscale: #545454. Windows color (decimal): -3141513 or 7803088. OLE color: 7803088.

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

Color convert

RGB 208 16 119 -
CMYK 0 0.92 0.43 0.18
HSL 327.81º 0.86% 0.44% -
HSV(B) 327.81º 0.92% 0.82% -
XYZ 29.53 15.11 18.81 -
YUV 85.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 208 16 119 0 0.92 0.43 0.18 327.81 0.86 0.44
Hex D0 10 77 0 5C 2B 12 148 56 2C
Octal 320 20 167 0 134 53 22 510 126 54
Binary 11010000 10000 1110111 0 1011100 101011 10010 101001000 1010110 101100

Color Harmonies of #D01077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01077

Black with #D01077

Text Example


Text Example

White with #D01077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01077; }

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

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

background-color css

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

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

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

border-color css

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

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

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