Html Css Color HEX #DB0995 Medium Violet Red

📋 copy color: '#DB0995'

red 219 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #DB0995

Tints of Medium Violet Red #DB0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 58.09%
G = 2.39%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0995 (or 0xDB0995) is known color: Medium Violet Red. HEX triplet: DB, 09 and 95. RGB value is (219,9,149). Sum of RGB (Red+Green+Blue) = 219+9+149=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0995 is #24F66A. Grayscale: #575757. Windows color (decimal): -2422379 or 9767387. OLE color: 9767387.

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

Color convert

RGB 219 9 149 -
CMYK 0 0.96 0.32 0.14
HSL 320º 0.92% 0.45% -
HSV(B) 320º 0.96% 0.86% -
XYZ 34.74 17.43 29.97 -
YUV 87.75 162.57 221.62 -
System Red Green Blue C M Y K H S L
Decimal 219 9 149 0 0.96 0.32 0.14 320 0.92 0.45
Hex DB 9 95 0 60 20 E 140 5C 2D
Octal 333 11 225 0 140 40 16 500 134 55
Binary 11011011 1001 10010101 0 1100000 100000 1110 101000000 1011100 101101

Color Harmonies of #DB0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0995

Black with #DB0995

Text Example


Text Example

White with #DB0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0995; }

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

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

background-color css

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

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

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

border-color css

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

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

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