Html Css Color HEX #D00691 Medium Violet Red

📋 copy color: '#D00691'

red 208 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #D00691

Tints of Medium Violet Red #D00691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 57.94%
G = 1.67%
B = 40.39%

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

#D00691 (or 0xD00691) is known color: Medium Violet Red. HEX triplet: D0, 06 and 91. RGB value is (208,6,145). Sum of RGB (Red+Green+Blue) = 208+6+145=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00691 is #2FF96E. Grayscale: #515151. Windows color (decimal): -3144047 or 9504464. OLE color: 9504464.

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

Color convert

RGB 208 6 145 -
CMYK 0 0.97 0.30 0.18
HSL 318.71º 0.94% 0.42% -
HSV(B) 318.71º 0.97% 0.82% -
XYZ 31.19 15.58 28.15 -
YUV 82.24 163.42 217.7 -
System Red Green Blue C M Y K H S L
Decimal 208 6 145 0 0.97 0.30 0.18 318.71 0.94 0.42
Hex D0 6 91 0 61 1E 12 13F 5E 2A
Octal 320 6 221 0 141 36 22 477 136 52
Binary 11010000 110 10010001 0 1100001 11110 10010 100111111 1011110 101010

Color Harmonies of #D00691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00691

Black with #D00691

Text Example


Text Example

White with #D00691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00691; }

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

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

background-color css

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

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

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

border-color css

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

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

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