Html Css Color HEX #DB0782 Medium Violet Red

📋 copy color: '#DB0782'

red 219 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #DB0782

Tints of Medium Violet Red #DB0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

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

R = 61.52%
G = 1.97%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0782 (or 0xDB0782) is known color: Medium Violet Red. HEX triplet: DB, 07 and 82. RGB value is (219,7,130). Sum of RGB (Red+Green+Blue) = 219+7+130=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0782 is #24F87D. Grayscale: #545454. Windows color (decimal): -2422910 or 8521691. OLE color: 8521691.

HSL color Cylindrical-coordinate representation of color #DB0782: hue angle of 325.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0782 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 130 -
CMYK 0 0.97 0.41 0.14
HSL 325.19º 0.94% 0.44% -
HSV(B) 325.19º 0.97% 0.86% -
XYZ 33.32 16.82 22.61 -
YUV 84.41 153.74 224 -
System Red Green Blue C M Y K H S L
Decimal 219 7 130 0 0.97 0.41 0.14 325.19 0.94 0.44
Hex DB 7 82 0 61 29 E 145 5E 2C
Octal 333 7 202 0 141 51 16 505 136 54
Binary 11011011 111 10000010 0 1100001 101001 1110 101000101 1011110 101100

Color Harmonies of #DB0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0782

Black with #DB0782

Text Example


Text Example

White with #DB0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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