Html Css Color HEX #DB0081 Medium Violet Red

📋 copy color: '#DB0081'

red 219 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #DB0081

Tints of Medium Violet Red #DB0081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 37.07%

R = 62.93%
G = 0%
B = 37.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0081 (or 0xDB0081) is known color: Medium Violet Red. HEX triplet: DB, 00 and 81. RGB value is (219,0,129). Sum of RGB (Red+Green+Blue) = 219+0+129=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0081 is #24FF7E. Grayscale: #4F4F4F. Windows color (decimal): -2424703 or 8454363. OLE color: 8454363.

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

Color convert

RGB 219 0 129 -
CMYK 0 1 0.41 0.14
HSL 324.66º 1% 0.43% -
HSV(B) 324.66º 1% 0.86% -
XYZ 33.18 16.65 22.23 -
YUV 80.19 155.55 227.01 -
System Red Green Blue C M Y K H S L
Decimal 219 0 129 0 1 0.41 0.14 324.66 1 0.43
Hex DB 0 81 0 64 29 E 145 64 2B
Octal 333 0 201 0 144 51 16 505 144 53
Binary 11011011 0 10000001 0 1100100 101001 1110 101000101 1100100 101011

Color Harmonies of #DB0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0081

Black with #DB0081

Text Example


Text Example

White with #DB0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0081; }

 p { color: rgb(219,0,129); }

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

background-color css

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

 a { background-color: rgb(219,0,129); }

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

border-color css

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

 span { border-color: rgb(219,0,129); }

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