Html Css Color HEX #D80C8D Medium Violet Red

📋 copy color: '#D80C8D'

red 216 ◦ green 12 ◦ blue 141

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

Shades of Medium Violet Red #D80C8D

Tints of Medium Violet Red #D80C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 58.54%
G = 3.25%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D80C8D (or 0xD80C8D) is known color: Medium Violet Red. HEX triplet: D8, 0C and 8D. RGB value is (216,12,141). Sum of RGB (Red+Green+Blue) = 216+12+141=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C8D is #27F372. Grayscale: #575757. Windows color (decimal): -2618227 or 9243864. OLE color: 9243864.

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

Color convert

RGB 216 12 141 -
CMYK 0 0.94 0.35 0.15
HSL 322.06º 0.89% 0.45% -
HSV(B) 322.06º 0.94% 0.85% -
XYZ 33.26 16.78 26.69 -
YUV 87.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 216 12 141 0 0.94 0.35 0.15 322.06 0.89 0.45
Hex D8 C 8D 0 5E 23 F 142 59 2D
Octal 330 14 215 0 136 43 17 502 131 55
Binary 11011000 1100 10001101 0 1011110 100011 1111 101000010 1011001 101101

Color Harmonies of #D80C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C8D

Black with #D80C8D

Text Example


Text Example

White with #D80C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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