Html Css Color HEX #D00793 Medium Violet Red

📋 copy color: '#D00793'

red 208 ◦ green 7 ◦ blue 147

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

Shades of Medium Violet Red #D00793

Tints of Medium Violet Red #D00793

RGB

 RED value IS 208 (81.64% from 255) = 57.46%

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 57.46%
G = 1.93%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D00793 (or 0xD00793) is known color: Medium Violet Red. HEX triplet: D0, 07 and 93. RGB value is (208,7,147). Sum of RGB (Red+Green+Blue) = 208+7+147=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00793 is #2FF86C. Grayscale: #525252. Windows color (decimal): -3143789 or 9635792. OLE color: 9635792.

HSL color Cylindrical-coordinate representation of color #D00793: hue angle of 318.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00793 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 147 -
CMYK 0 0.97 0.29 0.18
HSL 318.21º 0.93% 0.42% -
HSV(B) 318.21º 0.97% 0.82% -
XYZ 31.35 15.67 28.98 -
YUV 83.06 164.09 217.12 -
System Red Green Blue C M Y K H S L
Decimal 208 7 147 0 0.97 0.29 0.18 318.21 0.93 0.42
Hex D0 7 93 0 61 1D 12 13E 5D 2A
Octal 320 7 223 0 141 35 22 476 135 52
Binary 11010000 111 10010011 0 1100001 11101 10010 100111110 1011101 101010

Color Harmonies of #D00793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00793

Black with #D00793

Text Example


Text Example

White with #D00793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00793; }

 p { color: rgb(208,7,147); }

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

background-color css

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

 a { background-color: rgb(208,7,147); }

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

border-color css

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

 span { border-color: rgb(208,7,147); }

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