Html Css Color HEX #DB1A9A Medium Violet Red

📋 copy color: '#DB1A9A'

red 219 ◦ green 26 ◦ blue 154

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

Shades of Medium Violet Red #DB1A9A

Tints of Medium Violet Red #DB1A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 54.89%
G = 6.52%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1A9A (or 0xDB1A9A) is known color: Medium Violet Red. HEX triplet: DB, 1A and 9A. RGB value is (219,26,154). Sum of RGB (Red+Green+Blue) = 219+26+154=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A9A is #24E565. Grayscale: #616161. Windows color (decimal): -2418022 or 10099419. OLE color: 10099419.

HSL color Cylindrical-coordinate representation of color #DB1A9A: hue angle of 320.21º 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 #DB1A9A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 154 -
CMYK 0 0.88 0.30 0.14
HSL 320.21º 0.79% 0.48% -
HSV(B) 320.21º 0.88% 0.86% -
XYZ 35.42 18.13 32.21 -
YUV 98.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 219 26 154 0 0.88 0.30 0.14 320.21 0.79 0.48
Hex DB 1A 9A 0 58 1E E 140 4F 30
Octal 333 32 232 0 130 36 16 500 117 60
Binary 11011011 11010 10011010 0 1011000 11110 1110 101000000 1001111 110000

Color Harmonies of #DB1A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A9A

Black with #DB1A9A

Text Example


Text Example

White with #DB1A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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