Html Css Color HEX #DB1A9F Medium Violet Red

📋 copy color: '#DB1A9F'

red 219 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #DB1A9F

Tints of Medium Violet Red #DB1A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 54.21%
G = 6.44%
B = 39.36%

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

#DB1A9F (or 0xDB1A9F) is known color: Medium Violet Red. HEX triplet: DB, 1A and 9F. RGB value is (219,26,159). Sum of RGB (Red+Green+Blue) = 219+26+159=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A9F is #24E560. Grayscale: #626262. Windows color (decimal): -2418017 or 10427099. OLE color: 10427099.

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

Color convert

RGB 219 26 159 -
CMYK 0 0.88 0.27 0.14
HSL 318.65º 0.79% 0.48% -
HSV(B) 318.65º 0.88% 0.86% -
XYZ 35.84 18.3 34.44 -
YUV 98.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 219 26 159 0 0.88 0.27 0.14 318.65 0.79 0.48
Hex DB 1A 9F 0 58 1B E 13F 4F 30
Octal 333 32 237 0 130 33 16 477 117 60
Binary 11011011 11010 10011111 0 1011000 11011 1110 100111111 1001111 110000

Color Harmonies of #DB1A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A9F

Black with #DB1A9F

Text Example


Text Example

White with #DB1A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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