Html Css Color HEX #DB0886 Medium Violet Red

📋 copy color: '#DB0886'

red 219 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #DB0886

Tints of Medium Violet Red #DB0886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 60.66%
G = 2.22%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB0886 (or 0xDB0886) is known color: Medium Violet Red. HEX triplet: DB, 08 and 86. RGB value is (219,8,134). Sum of RGB (Red+Green+Blue) = 219+8+134=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0886 is #24F779. Grayscale: #555555. Windows color (decimal): -2422650 or 8784091. OLE color: 8784091.

HSL color Cylindrical-coordinate representation of color #DB0886: hue angle of 324.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0886 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 134 -
CMYK 0 0.96 0.39 0.14
HSL 324.17º 0.93% 0.45% -
HSV(B) 324.17º 0.96% 0.86% -
XYZ 33.6 16.95 24.06 -
YUV 85.45 155.4 223.25 -
System Red Green Blue C M Y K H S L
Decimal 219 8 134 0 0.96 0.39 0.14 324.17 0.93 0.45
Hex DB 8 86 0 60 27 E 144 5D 2D
Octal 333 10 206 0 140 47 16 504 135 55
Binary 11011011 1000 10000110 0 1100000 100111 1110 101000100 1011101 101101

Color Harmonies of #DB0886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0886

Black with #DB0886

Text Example


Text Example

White with #DB0886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0886; }

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

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

background-color css

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

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

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

border-color css

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

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

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