Html Css Color HEX #DB0987 Medium Violet Red

📋 copy color: '#DB0987'

red 219 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #DB0987

Tints of Medium Violet Red #DB0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 60.33%
G = 2.48%
B = 37.19%

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

#DB0987 (or 0xDB0987) is known color: Medium Violet Red. HEX triplet: DB, 09 and 87. RGB value is (219,9,135). Sum of RGB (Red+Green+Blue) = 219+9+135=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0987 is #24F678. Grayscale: #555555. Windows color (decimal): -2422393 or 8849883. OLE color: 8849883.

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

Color convert

RGB 219 9 135 -
CMYK 0 0.96 0.38 0.14
HSL 324º 0.92% 0.45% -
HSV(B) 324º 0.96% 0.86% -
XYZ 33.68 17 24.43 -
YUV 86.15 155.57 222.75 -
System Red Green Blue C M Y K H S L
Decimal 219 9 135 0 0.96 0.38 0.14 324 0.92 0.45
Hex DB 9 87 0 60 26 E 144 5C 2D
Octal 333 11 207 0 140 46 16 504 134 55
Binary 11011011 1001 10000111 0 1100000 100110 1110 101000100 1011100 101101

Color Harmonies of #DB0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0987

Black with #DB0987

Text Example


Text Example

White with #DB0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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