Html Css Color HEX #D0078E Medium Violet Red

📋 copy color: '#D0078E'

red 208 ◦ green 7 ◦ blue 142

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

Shades of Medium Violet Red #D0078E

Tints of Medium Violet Red #D0078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 58.26%
G = 1.96%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0078E (or 0xD0078E) is known color: Medium Violet Red. HEX triplet: D0, 07 and 8E. RGB value is (208,7,142). Sum of RGB (Red+Green+Blue) = 208+7+142=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0078E is #2FF871. Grayscale: #525252. Windows color (decimal): -3143794 or 9308112. OLE color: 9308112.

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

Color convert

RGB 208 7 142 -
CMYK 0 0.97 0.32 0.18
HSL 319.7º 0.93% 0.42% -
HSV(B) 319.7º 0.97% 0.82% -
XYZ 30.97 15.51 26.95 -
YUV 82.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 208 7 142 0 0.97 0.32 0.18 319.7 0.93 0.42
Hex D0 7 8E 0 61 20 12 140 5D 2A
Octal 320 7 216 0 141 40 22 500 135 52
Binary 11010000 111 10001110 0 1100001 100000 10010 101000000 1011101 101010

Color Harmonies of #D0078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0078E

Black with #D0078E

Text Example


Text Example

White with #D0078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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