Html Css Color HEX #D0077C Medium Violet Red

📋 copy color: '#D0077C'

red 208 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #D0077C

Tints of Medium Violet Red #D0077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 61.36%
G = 2.06%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0077C (or 0xD0077C) is known color: Medium Violet Red. HEX triplet: D0, 07 and 7C. RGB value is (208,7,124). Sum of RGB (Red+Green+Blue) = 208+7+124=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0077C is #2FF883. Grayscale: #505050. Windows color (decimal): -3143812 or 8128464. OLE color: 8128464.

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

Color convert

RGB 208 7 124 -
CMYK 0 0.97 0.40 0.18
HSL 325.07º 0.93% 0.42% -
HSV(B) 325.07º 0.97% 0.82% -
XYZ 29.73 15.02 20.4 -
YUV 80.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 208 7 124 0 0.97 0.40 0.18 325.07 0.93 0.42
Hex D0 7 7C 0 61 28 12 145 5D 2A
Octal 320 7 174 0 141 50 22 505 135 52
Binary 11010000 111 1111100 0 1100001 101000 10010 101000101 1011101 101010

Color Harmonies of #D0077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0077C

Black with #D0077C

Text Example


Text Example

White with #D0077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0077C; }

 p { color: rgb(208,7,124); }

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

background-color css

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

 a { background-color: rgb(208,7,124); }

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

border-color css

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

 span { border-color: rgb(208,7,124); }

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