Html Css Color HEX #D80C7B Medium Violet Red

📋 copy color: '#D80C7B'

red 216 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #D80C7B

Tints of Medium Violet Red #D80C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

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

R = 61.54%
G = 3.42%
B = 35.04%

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

#D80C7B (or 0xD80C7B) is known color: Medium Violet Red. HEX triplet: D8, 0C and 7B. RGB value is (216,12,123). Sum of RGB (Red+Green+Blue) = 216+12+123=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C7B is #27F384. Grayscale: #555555. Windows color (decimal): -2618245 or 8064216. OLE color: 8064216.

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

Color convert

RGB 216 12 123 -
CMYK 0 0.94 0.43 0.15
HSL 327.35º 0.89% 0.45% -
HSV(B) 327.35º 0.94% 0.85% -
XYZ 32.03 16.29 20.2 -
YUV 85.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 216 12 123 0 0.94 0.43 0.15 327.35 0.89 0.45
Hex D8 C 7B 0 5E 2B F 147 59 2D
Octal 330 14 173 0 136 53 17 507 131 55
Binary 11011000 1100 1111011 0 1011110 101011 1111 101000111 1011001 101101

Color Harmonies of #D80C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C7B

Black with #D80C7B

Text Example


Text Example

White with #D80C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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