Html Css Color HEX #D0078B Medium Violet Red

📋 copy color: '#D0078B'

red 208 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #D0078B

Tints of Medium Violet Red #D0078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 58.76%
G = 1.98%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0078B (or 0xD0078B) is known color: Medium Violet Red. HEX triplet: D0, 07 and 8B. RGB value is (208,7,139). Sum of RGB (Red+Green+Blue) = 208+7+139=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0078B is #2FF874. Grayscale: #515151. Windows color (decimal): -3143797 or 9111504. OLE color: 9111504.

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

Color convert

RGB 208 7 139 -
CMYK 0 0.97 0.33 0.18
HSL 320.6º 0.93% 0.42% -
HSV(B) 320.6º 0.97% 0.82% -
XYZ 30.75 15.43 25.78 -
YUV 82.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 208 7 139 0 0.97 0.33 0.18 320.6 0.93 0.42
Hex D0 7 8B 0 61 21 12 141 5D 2A
Octal 320 7 213 0 141 41 22 501 135 52
Binary 11010000 111 10001011 0 1100001 100001 10010 101000001 1011101 101010

Color Harmonies of #D0078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0078B

Black with #D0078B

Text Example


Text Example

White with #D0078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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