Html Css Color HEX #D80E7B Medium Violet Red

📋 copy color: '#D80E7B'

red 216 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #D80E7B

Tints of Medium Violet Red #D80E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

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

R = 61.19%
G = 3.97%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D80E7B (or 0xD80E7B) is known color: Medium Violet Red. HEX triplet: D8, 0E and 7B. RGB value is (216,14,123). Sum of RGB (Red+Green+Blue) = 216+14+123=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E7B is #27F184. Grayscale: #565656. Windows color (decimal): -2617733 or 8064728. OLE color: 8064728.

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

Color convert

RGB 216 14 123 -
CMYK 0 0.94 0.43 0.15
HSL 327.62º 0.88% 0.45% -
HSV(B) 327.62º 0.94% 0.85% -
XYZ 32.05 16.34 20.2 -
YUV 86.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 216 14 123 0 0.94 0.43 0.15 327.62 0.88 0.45
Hex D8 E 7B 0 5E 2B F 148 58 2D
Octal 330 16 173 0 136 53 17 510 130 55
Binary 11011000 1110 1111011 0 1011110 101011 1111 101001000 1011000 101101

Color Harmonies of #D80E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E7B

Black with #D80E7B

Text Example


Text Example

White with #D80E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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