Html Css Color HEX #D00792 Medium Violet Red

📋 copy color: '#D00792'

red 208 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #D00792

Tints of Medium Violet Red #D00792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 57.62%
G = 1.94%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D00792 (or 0xD00792) is known color: Medium Violet Red. HEX triplet: D0, 07 and 92. RGB value is (208,7,146). Sum of RGB (Red+Green+Blue) = 208+7+146=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00792 is #2FF86D. Grayscale: #525252. Windows color (decimal): -3143790 or 9570256. OLE color: 9570256.

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

Color convert

RGB 208 7 146 -
CMYK 0 0.97 0.30 0.18
HSL 318.51º 0.93% 0.42% -
HSV(B) 318.51º 0.97% 0.82% -
XYZ 31.28 15.64 28.56 -
YUV 82.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 208 7 146 0 0.97 0.30 0.18 318.51 0.93 0.42
Hex D0 7 92 0 61 1E 12 13F 5D 2A
Octal 320 7 222 0 141 36 22 477 135 52
Binary 11010000 111 10010010 0 1100001 11110 10010 100111111 1011101 101010

Color Harmonies of #D00792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00792

Black with #D00792

Text Example


Text Example

White with #D00792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00792; }

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

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

background-color css

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

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

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

border-color css

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

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

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