Html Css Color HEX #DB0985 Medium Violet Red

📋 copy color: '#DB0985'

red 219 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #DB0985

Tints of Medium Violet Red #DB0985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 60.66%
G = 2.49%
B = 36.84%

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

#DB0985 (or 0xDB0985) is known color: Medium Violet Red. HEX triplet: DB, 09 and 85. RGB value is (219,9,133). Sum of RGB (Red+Green+Blue) = 219+9+133=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0985 is #24F67A. Grayscale: #555555. Windows color (decimal): -2422395 or 8718811. OLE color: 8718811.

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

Color convert

RGB 219 9 133 -
CMYK 0 0.96 0.39 0.14
HSL 324.57º 0.92% 0.45% -
HSV(B) 324.57º 0.96% 0.86% -
XYZ 33.54 16.95 23.69 -
YUV 85.93 154.57 222.92 -
System Red Green Blue C M Y K H S L
Decimal 219 9 133 0 0.96 0.39 0.14 324.57 0.92 0.45
Hex DB 9 85 0 60 27 E 145 5C 2D
Octal 333 11 205 0 140 47 16 505 134 55
Binary 11011011 1001 10000101 0 1100000 100111 1110 101000101 1011100 101101

Color Harmonies of #DB0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0985

Black with #DB0985

Text Example


Text Example

White with #DB0985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0985; }

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

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

background-color css

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

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

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

border-color css

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

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

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