Html Css Color HEX #D00796 Medium Violet Red

📋 copy color: '#D00796'

red 208 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #D00796

Tints of Medium Violet Red #D00796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 56.99%
G = 1.92%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D00796 (or 0xD00796) is known color: Medium Violet Red. HEX triplet: D0, 07 and 96. RGB value is (208,7,150). Sum of RGB (Red+Green+Blue) = 208+7+150=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D00796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00796 is #2FF869. Grayscale: #535353. Windows color (decimal): -3143786 or 9832400. OLE color: 9832400.

HSL color Cylindrical-coordinate representation of color #D00796: hue angle of 317.31º 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 #D00796 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 150 -
CMYK 0 0.97 0.28 0.18
HSL 317.31º 0.93% 0.42% -
HSV(B) 317.31º 0.97% 0.82% -
XYZ 31.59 15.76 30.23 -
YUV 83.4 165.59 216.87 -
System Red Green Blue C M Y K H S L
Decimal 208 7 150 0 0.97 0.28 0.18 317.31 0.93 0.42
Hex D0 7 96 0 61 1C 12 13D 5D 2A
Octal 320 7 226 0 141 34 22 475 135 52
Binary 11010000 111 10010110 0 1100001 11100 10010 100111101 1011101 101010

Color Harmonies of #D00796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00796

Black with #D00796

Text Example


Text Example

White with #D00796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00796; }

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

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

background-color css

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

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

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

border-color css

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

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

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