Html Css Color HEX #DB0691 Medium Violet Red

📋 copy color: '#DB0691'

red 219 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #DB0691

Tints of Medium Violet Red #DB0691

RGB

 RED value IS 219 (85.94% from 255) = 59.19%

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

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

R = 59.19%
G = 1.62%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0691 (or 0xDB0691) is known color: Medium Violet Red. HEX triplet: DB, 06 and 91. RGB value is (219,6,145). Sum of RGB (Red+Green+Blue) = 219+6+145=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0691 is #24F96E. Grayscale: #555555. Windows color (decimal): -2423151 or 9504475. OLE color: 9504475.

HSL color Cylindrical-coordinate representation of color #DB0691: hue angle of 320.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0691 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 145 -
CMYK 0 0.97 0.34 0.14
HSL 320.85º 0.95% 0.44% -
HSV(B) 320.85º 0.97% 0.86% -
XYZ 34.39 17.23 28.3 -
YUV 85.53 161.57 223.2 -
System Red Green Blue C M Y K H S L
Decimal 219 6 145 0 0.97 0.34 0.14 320.85 0.95 0.44
Hex DB 6 91 0 61 22 E 141 5F 2C
Octal 333 6 221 0 141 42 16 501 137 54
Binary 11011011 110 10010001 0 1100001 100010 1110 101000001 1011111 101100

Color Harmonies of #DB0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0691

Black with #DB0691

Text Example


Text Example

White with #DB0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0691; }

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

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

background-color css

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

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

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

border-color css

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

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

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