Html Css Color HEX #DB0F82 Medium Violet Red

📋 copy color: '#DB0F82'

red 219 ◦ green 15 ◦ blue 130

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

Shades of Medium Violet Red #DB0F82

Tints of Medium Violet Red #DB0F82

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

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

R = 60.16%
G = 4.12%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0F82 (or 0xDB0F82) is known color: Medium Violet Red. HEX triplet: DB, 0F and 82. RGB value is (219,15,130). Sum of RGB (Red+Green+Blue) = 219+15+130=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F82 is #24F07D. Grayscale: #585858. Windows color (decimal): -2420862 or 8523739. OLE color: 8523739.

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

Color convert

RGB 219 15 130 -
CMYK 0 0.93 0.41 0.14
HSL 326.18º 0.87% 0.46% -
HSV(B) 326.18º 0.93% 0.86% -
XYZ 33.41 17.01 22.64 -
YUV 89.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 219 15 130 0 0.93 0.41 0.14 326.18 0.87 0.46
Hex DB F 82 0 5D 29 E 146 57 2E
Octal 333 17 202 0 135 51 16 506 127 56
Binary 11011011 1111 10000010 0 1011101 101001 1110 101000110 1010111 101110

Color Harmonies of #DB0F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F82

Black with #DB0F82

Text Example


Text Example

White with #DB0F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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