Html Css Color HEX #DB0887 Medium Violet Red

📋 copy color: '#DB0887'

red 219 ◦ green 8 ◦ blue 135

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

Shades of Medium Violet Red #DB0887

Tints of Medium Violet Red #DB0887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 60.5%
G = 2.21%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB0887 (or 0xDB0887) is known color: Medium Violet Red. HEX triplet: DB, 08 and 87. RGB value is (219,8,135). Sum of RGB (Red+Green+Blue) = 219+8+135=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0887 is #24F778. Grayscale: #555555. Windows color (decimal): -2422649 or 8849627. OLE color: 8849627.

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

Color convert

RGB 219 8 135 -
CMYK 0 0.96 0.38 0.14
HSL 323.89º 0.93% 0.45% -
HSV(B) 323.89º 0.96% 0.86% -
XYZ 33.67 16.98 24.42 -
YUV 85.57 155.9 223.17 -
System Red Green Blue C M Y K H S L
Decimal 219 8 135 0 0.96 0.38 0.14 323.89 0.93 0.45
Hex DB 8 87 0 60 26 E 144 5D 2D
Octal 333 10 207 0 140 46 16 504 135 55
Binary 11011011 1000 10000111 0 1100000 100110 1110 101000100 1011101 101101

Color Harmonies of #DB0887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0887

Black with #DB0887

Text Example


Text Example

White with #DB0887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0887; }

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

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

background-color css

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

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

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

border-color css

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

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

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