Html Css Color HEX #DB0686 Medium Violet Red

📋 copy color: '#DB0686'

red 219 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #DB0686

Tints of Medium Violet Red #DB0686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 61%
G = 1.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB0686 (or 0xDB0686) is known color: Medium Violet Red. HEX triplet: DB, 06 and 86. RGB value is (219,6,134). Sum of RGB (Red+Green+Blue) = 219+6+134=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0686 is #24F979. Grayscale: #535353. Windows color (decimal): -2423162 or 8783579. OLE color: 8783579.

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

Color convert

RGB 219 6 134 -
CMYK 0 0.97 0.39 0.14
HSL 323.94º 0.95% 0.44% -
HSV(B) 323.94º 0.97% 0.86% -
XYZ 33.58 16.91 24.05 -
YUV 84.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 219 6 134 0 0.97 0.39 0.14 323.94 0.95 0.44
Hex DB 6 86 0 61 27 E 144 5F 2C
Octal 333 6 206 0 141 47 16 504 137 54
Binary 11011011 110 10000110 0 1100001 100111 1110 101000100 1011111 101100

Color Harmonies of #DB0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0686

Black with #DB0686

Text Example


Text Example

White with #DB0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0686; }

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

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

background-color css

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

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

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

border-color css

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

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

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