Html Css Color HEX #D80C8C Medium Violet Red

📋 copy color: '#D80C8C'

red 216 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #D80C8C

Tints of Medium Violet Red #D80C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 58.7%
G = 3.26%
B = 38.04%

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

#D80C8C (or 0xD80C8C) is known color: Medium Violet Red. HEX triplet: D8, 0C and 8C. RGB value is (216,12,140). Sum of RGB (Red+Green+Blue) = 216+12+140=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C8C is #27F373. Grayscale: #575757. Windows color (decimal): -2618228 or 9178328. OLE color: 9178328.

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

Color convert

RGB 216 12 140 -
CMYK 0 0.94 0.35 0.15
HSL 322.35º 0.89% 0.45% -
HSV(B) 322.35º 0.94% 0.85% -
XYZ 33.18 16.76 26.3 -
YUV 87.59 157.59 219.59 -
System Red Green Blue C M Y K H S L
Decimal 216 12 140 0 0.94 0.35 0.15 322.35 0.89 0.45
Hex D8 C 8C 0 5E 23 F 142 59 2D
Octal 330 14 214 0 136 43 17 502 131 55
Binary 11011000 1100 10001100 0 1011110 100011 1111 101000010 1011001 101101

Color Harmonies of #D80C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C8C

Black with #D80C8C

Text Example


Text Example

White with #D80C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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