Html Css Color HEX #D8077B Medium Violet Red

📋 copy color: '#D8077B'

red 216 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #D8077B

Tints of Medium Violet Red #D8077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 62.43%
G = 2.02%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8077B (or 0xD8077B) is known color: Medium Violet Red. HEX triplet: D8, 07 and 7B. RGB value is (216,7,123). Sum of RGB (Red+Green+Blue) = 216+7+123=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8077B is #27F884. Grayscale: #525252. Windows color (decimal): -2619525 or 8062936. OLE color: 8062936.

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

Color convert

RGB 216 7 123 -
CMYK 0 0.97 0.43 0.15
HSL 326.7º 0.94% 0.44% -
HSV(B) 326.7º 0.97% 0.85% -
XYZ 31.97 16.18 20.18 -
YUV 82.72 150.74 223.07 -
System Red Green Blue C M Y K H S L
Decimal 216 7 123 0 0.97 0.43 0.15 326.7 0.94 0.44
Hex D8 7 7B 0 61 2B F 147 5E 2C
Octal 330 7 173 0 141 53 17 507 136 54
Binary 11011000 111 1111011 0 1100001 101011 1111 101000111 1011110 101100

Color Harmonies of #D8077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8077B

Black with #D8077B

Text Example


Text Example

White with #D8077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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