Html Css Color HEX #D8078B Medium Violet Red

📋 copy color: '#D8078B'

red 216 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #D8078B

Tints of Medium Violet Red #D8078B

RGB

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

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

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

R = 59.67%
G = 1.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8078B (or 0xD8078B) is known color: Medium Violet Red. HEX triplet: D8, 07 and 8B. RGB value is (216,7,139). Sum of RGB (Red+Green+Blue) = 216+7+139=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8078B is #27F874. Grayscale: #545454. Windows color (decimal): -2619509 or 9111512. OLE color: 9111512.

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

Color convert

RGB 216 7 139 -
CMYK 0 0.97 0.36 0.15
HSL 322.11º 0.94% 0.44% -
HSV(B) 322.11º 0.97% 0.85% -
XYZ 33.06 16.61 25.89 -
YUV 84.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 216 7 139 0 0.97 0.36 0.15 322.11 0.94 0.44
Hex D8 7 8B 0 61 24 F 142 5E 2C
Octal 330 7 213 0 141 44 17 502 136 54
Binary 11011000 111 10001011 0 1100001 100100 1111 101000010 1011110 101100

Color Harmonies of #D8078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8078B

Black with #D8078B

Text Example


Text Example

White with #D8078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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