Html Css Color HEX #D00772 Medium Violet Red

📋 copy color: '#D00772'

red 208 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #D00772

Tints of Medium Violet Red #D00772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 63.22%
G = 2.13%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00772 (or 0xD00772) is known color: Medium Violet Red. HEX triplet: D0, 07 and 72. RGB value is (208,7,114). Sum of RGB (Red+Green+Blue) = 208+7+114=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00772 is #2FF88D. Grayscale: #4F4F4F. Windows color (decimal): -3143822 or 7473104. OLE color: 7473104.

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

Color convert

RGB 208 7 114 -
CMYK 0 0.97 0.45 0.18
HSL 328.06º 0.93% 0.42% -
HSV(B) 328.06º 0.97% 0.82% -
XYZ 29.13 14.78 17.24 -
YUV 79.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 208 7 114 0 0.97 0.45 0.18 328.06 0.93 0.42
Hex D0 7 72 0 61 2D 12 148 5D 2A
Octal 320 7 162 0 141 55 22 510 135 52
Binary 11010000 111 1110010 0 1100001 101101 10010 101001000 1011101 101010

Color Harmonies of #D00772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00772

Black with #D00772

Text Example


Text Example

White with #D00772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00772; }

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

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

background-color css

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

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

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

border-color css

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

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

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