Html Css Color HEX #D00681 Medium Violet Red

📋 copy color: '#D00681'

red 208 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #D00681

Tints of Medium Violet Red #D00681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 60.64%
G = 1.75%
B = 37.61%

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

#D00681 (or 0xD00681) is known color: Medium Violet Red. HEX triplet: D0, 06 and 81. RGB value is (208,6,129). Sum of RGB (Red+Green+Blue) = 208+6+129=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00681 is #2FF97E. Grayscale: #505050. Windows color (decimal): -3144063 or 8455888. OLE color: 8455888.

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

Color convert

RGB 208 6 129 -
CMYK 0 0.97 0.38 0.18
HSL 323.47º 0.94% 0.42% -
HSV(B) 323.47º 0.97% 0.82% -
XYZ 30.04 15.13 22.11 -
YUV 80.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 208 6 129 0 0.97 0.38 0.18 323.47 0.94 0.42
Hex D0 6 81 0 61 26 12 143 5E 2A
Octal 320 6 201 0 141 46 22 503 136 52
Binary 11010000 110 10000001 0 1100001 100110 10010 101000011 1011110 101010

Color Harmonies of #D00681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00681

Black with #D00681

Text Example


Text Example

White with #D00681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00681; }

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

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

background-color css

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

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

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

border-color css

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

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

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