Html Css Color HEX #D00781 Medium Violet Red

📋 copy color: '#D00781'

red 208 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #D00781

Tints of Medium Violet Red #D00781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 60.47%
G = 2.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D00781 (or 0xD00781) is known color: Medium Violet Red. HEX triplet: D0, 07 and 81. RGB value is (208,7,129). Sum of RGB (Red+Green+Blue) = 208+7+129=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D00781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00781 is #2FF87E. Grayscale: #505050. Windows color (decimal): -3143807 or 8456144. OLE color: 8456144.

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

Color convert

RGB 208 7 129 -
CMYK 0 0.97 0.38 0.18
HSL 323.58º 0.93% 0.42% -
HSV(B) 323.58º 0.97% 0.82% -
XYZ 30.05 15.15 22.11 -
YUV 81.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 208 7 129 0 0.97 0.38 0.18 323.58 0.93 0.42
Hex D0 7 81 0 61 26 12 144 5D 2A
Octal 320 7 201 0 141 46 22 504 135 52
Binary 11010000 111 10000001 0 1100001 100110 10010 101000100 1011101 101010

Color Harmonies of #D00781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00781

Black with #D00781

Text Example


Text Example

White with #D00781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00781; }

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

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

background-color css

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

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

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

border-color css

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

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

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