Html Css Color HEX #DB1AA0 Medium Violet Red

📋 copy color: '#DB1AA0'

red 219 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #DB1AA0

Tints of Medium Violet Red #DB1AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 54.07%
G = 6.42%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB1AA0 (or 0xDB1AA0) is known color: Medium Violet Red. HEX triplet: DB, 1A and A0. RGB value is (219,26,160). Sum of RGB (Red+Green+Blue) = 219+26+160=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA0 is #24E55F. Grayscale: #626262. Windows color (decimal): -2418016 or 10492635. OLE color: 10492635.

HSL color Cylindrical-coordinate representation of color #DB1AA0: hue angle of 318.34º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AA0 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 160 -
CMYK 0 0.88 0.27 0.14
HSL 318.34º 0.79% 0.48% -
HSV(B) 318.34º 0.88% 0.86% -
XYZ 35.93 18.34 34.9 -
YUV 98.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 219 26 160 0 0.88 0.27 0.14 318.34 0.79 0.48
Hex DB 1A A0 0 58 1B E 13E 4F 30
Octal 333 32 240 0 130 33 16 476 117 60
Binary 11011011 11010 10100000 0 1011000 11011 1110 100111110 1001111 110000

Color Harmonies of #DB1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AA0

Black with #DB1AA0

Text Example


Text Example

White with #DB1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AA0; }

 p { color: rgb(219,26,160); }

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

background-color css

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

 a { background-color: rgb(219,26,160); }

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

border-color css

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

 span { border-color: rgb(219,26,160); }

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