Html Css Color HEX #D8078C Medium Violet Red

📋 copy color: '#D8078C'

red 216 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #D8078C

Tints of Medium Violet Red #D8078C

RGB

 RED value IS 216 (84.77% from 255) = 59.5%

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 59.5%
G = 1.93%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8078C (or 0xD8078C) is known color: Medium Violet Red. HEX triplet: D8, 07 and 8C. RGB value is (216,7,140). Sum of RGB (Red+Green+Blue) = 216+7+140=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8078C is #27F873. Grayscale: #545454. Windows color (decimal): -2619508 or 9177048. OLE color: 9177048.

HSL color Cylindrical-coordinate representation of color #D8078C: hue angle of 321.82º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8078C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 140 -
CMYK 0 0.97 0.35 0.15
HSL 321.82º 0.94% 0.44% -
HSV(B) 321.82º 0.97% 0.85% -
XYZ 33.13 16.64 26.28 -
YUV 84.65 159.24 221.69 -
System Red Green Blue C M Y K H S L
Decimal 216 7 140 0 0.97 0.35 0.15 321.82 0.94 0.44
Hex D8 7 8C 0 61 23 F 142 5E 2C
Octal 330 7 214 0 141 43 17 502 136 54
Binary 11011000 111 10001100 0 1100001 100011 1111 101000010 1011110 101100

Color Harmonies of #D8078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8078C

Black with #D8078C

Text Example


Text Example

White with #D8078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8078C; }

 p { color: rgb(216,7,140); }

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

background-color css

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

 a { background-color: rgb(216,7,140); }

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

border-color css

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

 span { border-color: rgb(216,7,140); }

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