Html Css Color HEX #D80093 Medium Violet Red

📋 copy color: '#D80093'

red 216 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #D80093

Tints of Medium Violet Red #D80093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.5%
G = 0%
B = 40.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80093 (or 0xD80093) is known color: Medium Violet Red. HEX triplet: D8, 00 and 93. RGB value is (216,0,147). Sum of RGB (Red+Green+Blue) = 216+0+147=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D80093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80093 is #27FF6C. Grayscale: #505050. Windows color (decimal): -2621293 or 9634008. OLE color: 9634008.

HSL color Cylindrical-coordinate representation of color #D80093: hue angle of 319.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80093 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 147 -
CMYK 0 1 0.32 0.15
HSL 319.17º 1% 0.42% -
HSV(B) 319.17º 1% 0.85% -
XYZ 33.59 16.71 29.06 -
YUV 81.34 165.06 224.05 -
System Red Green Blue C M Y K H S L
Decimal 216 0 147 0 1 0.32 0.15 319.17 1 0.42
Hex D8 0 93 0 64 20 F 13F 64 2A
Octal 330 0 223 0 144 40 17 477 144 52
Binary 11011000 0 10010011 0 1100100 100000 1111 100111111 1100100 101010

Color Harmonies of #D80093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80093

Black with #D80093

Text Example


Text Example

White with #D80093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80093; }

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

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

background-color css

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

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

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

border-color css

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

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

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