Html Css Color HEX #D00795 Medium Violet Red

📋 copy color: '#D00795'

red 208 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #D00795

Tints of Medium Violet Red #D00795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 57.14%
G = 1.92%
B = 40.93%

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

#D00795 (or 0xD00795) is known color: Medium Violet Red. HEX triplet: D0, 07 and 95. RGB value is (208,7,149). Sum of RGB (Red+Green+Blue) = 208+7+149=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D00795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00795 is #2FF86A. Grayscale: #525252. Windows color (decimal): -3143787 or 9766864. OLE color: 9766864.

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

Color convert

RGB 208 7 149 -
CMYK 0 0.97 0.28 0.18
HSL 317.61º 0.93% 0.42% -
HSV(B) 317.61º 0.97% 0.82% -
XYZ 31.51 15.73 29.81 -
YUV 83.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 208 7 149 0 0.97 0.28 0.18 317.61 0.93 0.42
Hex D0 7 95 0 61 1C 12 13E 5D 2A
Octal 320 7 225 0 141 34 22 476 135 52
Binary 11010000 111 10010101 0 1100001 11100 10010 100111110 1011101 101010

Color Harmonies of #D00795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00795

Black with #D00795

Text Example


Text Example

White with #D00795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00795; }

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

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

background-color css

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

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

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

border-color css

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

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

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