Html Css Color HEX #DB1081 Medium Violet Red

📋 copy color: '#DB1081'

red 219 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #DB1081

Tints of Medium Violet Red #DB1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

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

R = 60.16%
G = 4.4%
B = 35.44%

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

#DB1081 (or 0xDB1081) is known color: Medium Violet Red. HEX triplet: DB, 10 and 81. RGB value is (219,16,129). Sum of RGB (Red+Green+Blue) = 219+16+129=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1081 is #24EF7E. Grayscale: #595959. Windows color (decimal): -2420607 or 8458459. OLE color: 8458459.

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

Color convert

RGB 219 16 129 -
CMYK 0 0.93 0.41 0.14
HSL 326.6º 0.86% 0.46% -
HSV(B) 326.6º 0.93% 0.86% -
XYZ 33.36 17.02 22.29 -
YUV 89.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 219 16 129 0 0.93 0.41 0.14 326.6 0.86 0.46
Hex DB 10 81 0 5D 29 E 147 56 2E
Octal 333 20 201 0 135 51 16 507 126 56
Binary 11011011 10000 10000001 0 1011101 101001 1110 101000111 1010110 101110

Color Harmonies of #DB1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1081

Black with #DB1081

Text Example


Text Example

White with #DB1081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1081; }

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

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

background-color css

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

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

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

border-color css

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

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

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