Html Css Color HEX #DB0883 Medium Violet Red

📋 copy color: '#DB0883'

red 219 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #DB0883

Tints of Medium Violet Red #DB0883

RGB

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

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

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

R = 61.17%
G = 2.23%
B = 36.59%

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

#DB0883 (or 0xDB0883) is known color: Medium Violet Red. HEX triplet: DB, 08 and 83. RGB value is (219,8,131). Sum of RGB (Red+Green+Blue) = 219+8+131=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0883 is #24F77C. Grayscale: #545454. Windows color (decimal): -2422653 or 8587483. OLE color: 8587483.

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

Color convert

RGB 219 8 131 -
CMYK 0 0.96 0.40 0.14
HSL 325.02º 0.93% 0.45% -
HSV(B) 325.02º 0.96% 0.86% -
XYZ 33.4 16.87 22.97 -
YUV 85.11 153.9 223.5 -
System Red Green Blue C M Y K H S L
Decimal 219 8 131 0 0.96 0.40 0.14 325.02 0.93 0.45
Hex DB 8 83 0 60 28 E 145 5D 2D
Octal 333 10 203 0 140 50 16 505 135 55
Binary 11011011 1000 10000011 0 1100000 101000 1110 101000101 1011101 101101

Color Harmonies of #DB0883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0883

Black with #DB0883

Text Example


Text Example

White with #DB0883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0883; }

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

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

background-color css

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

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

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

border-color css

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

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

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