Html Css Color HEX #DB0882 Medium Violet Red

📋 copy color: '#DB0882'

red 219 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #DB0882

Tints of Medium Violet Red #DB0882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 61.34%
G = 2.24%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0882 (or 0xDB0882) is known color: Medium Violet Red. HEX triplet: DB, 08 and 82. RGB value is (219,8,130). Sum of RGB (Red+Green+Blue) = 219+8+130=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0882 is #24F77D. Grayscale: #545454. Windows color (decimal): -2422654 or 8521947. OLE color: 8521947.

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

Color convert

RGB 219 8 130 -
CMYK 0 0.96 0.41 0.14
HSL 325.31º 0.93% 0.45% -
HSV(B) 325.31º 0.96% 0.86% -
XYZ 33.33 16.85 22.61 -
YUV 85 153.4 223.58 -
System Red Green Blue C M Y K H S L
Decimal 219 8 130 0 0.96 0.41 0.14 325.31 0.93 0.45
Hex DB 8 82 0 60 29 E 145 5D 2D
Octal 333 10 202 0 140 51 16 505 135 55
Binary 11011011 1000 10000010 0 1100000 101001 1110 101000101 1011101 101101

Color Harmonies of #DB0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0882

Black with #DB0882

Text Example


Text Example

White with #DB0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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