Html Css Color HEX #D80693 Medium Violet Red

📋 copy color: '#D80693'

red 216 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #D80693

Tints of Medium Violet Red #D80693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 58.54%
G = 1.63%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80693 (or 0xD80693) is known color: Medium Violet Red. HEX triplet: D8, 06 and 93. RGB value is (216,6,147). Sum of RGB (Red+Green+Blue) = 216+6+147=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80693 is #27F96C. Grayscale: #545454. Windows color (decimal): -2619757 or 9635544. OLE color: 9635544.

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

Color convert

RGB 216 6 147 -
CMYK 0 0.97 0.32 0.15
HSL 319.71º 0.95% 0.44% -
HSV(B) 319.71º 0.97% 0.85% -
XYZ 33.65 16.84 29.08 -
YUV 84.86 163.07 221.54 -
System Red Green Blue C M Y K H S L
Decimal 216 6 147 0 0.97 0.32 0.15 319.71 0.95 0.44
Hex D8 6 93 0 61 20 F 140 5F 2C
Octal 330 6 223 0 141 40 17 500 137 54
Binary 11011000 110 10010011 0 1100001 100000 1111 101000000 1011111 101100

Color Harmonies of #D80693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80693

Black with #D80693

Text Example


Text Example

White with #D80693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80693; }

 p { color: rgb(216,6,147); }

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

background-color css

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

 a { background-color: rgb(216,6,147); }

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

border-color css

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

 span { border-color: rgb(216,6,147); }

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