Html Css Color HEX #DB0983 Medium Violet Red

📋 copy color: '#DB0983'

red 219 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #DB0983

Tints of Medium Violet Red #DB0983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 61%
G = 2.51%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB0983 (or 0xDB0983) is known color: Medium Violet Red. HEX triplet: DB, 09 and 83. RGB value is (219,9,131). Sum of RGB (Red+Green+Blue) = 219+9+131=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0983 is #24F67C. Grayscale: #555555. Windows color (decimal): -2422397 or 8587739. OLE color: 8587739.

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

Color convert

RGB 219 9 131 -
CMYK 0 0.96 0.40 0.14
HSL 325.14º 0.92% 0.45% -
HSV(B) 325.14º 0.96% 0.86% -
XYZ 33.41 16.89 22.97 -
YUV 85.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 219 9 131 0 0.96 0.40 0.14 325.14 0.92 0.45
Hex DB 9 83 0 60 28 E 145 5C 2D
Octal 333 11 203 0 140 50 16 505 134 55
Binary 11011011 1001 10000011 0 1100000 101000 1110 101000101 1011100 101101

Color Harmonies of #DB0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0983

Black with #DB0983

Text Example


Text Example

White with #DB0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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