Html Css Color HEX #D00699 Medium Violet Red

📋 copy color: '#D00699'

red 208 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #D00699

Tints of Medium Violet Red #D00699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 56.68%
G = 1.63%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D00699 (or 0xD00699) is known color: Medium Violet Red. HEX triplet: D0, 06 and 99. RGB value is (208,6,153). Sum of RGB (Red+Green+Blue) = 208+6+153=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D00699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00699 is #2FF966. Grayscale: #525252. Windows color (decimal): -3144039 or 10028752. OLE color: 10028752.

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

Color convert

RGB 208 6 153 -
CMYK 0 0.97 0.26 0.18
HSL 316.34º 0.94% 0.42% -
HSV(B) 316.34º 0.97% 0.82% -
XYZ 31.83 15.84 31.52 -
YUV 83.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 208 6 153 0 0.97 0.26 0.18 316.34 0.94 0.42
Hex D0 6 99 0 61 1A 12 13C 5E 2A
Octal 320 6 231 0 141 32 22 474 136 52
Binary 11010000 110 10011001 0 1100001 11010 10010 100111100 1011110 101010

Color Harmonies of #D00699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00699

Black with #D00699

Text Example


Text Example

White with #D00699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00699; }

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

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

background-color css

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

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

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

border-color css

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

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

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