Html Css Color HEX #DB1DA0 Medium Violet Red

📋 copy color: '#DB1DA0'

red 219 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #DB1DA0

Tints of Medium Violet Red #DB1DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 53.68%
G = 7.11%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB1DA0 (or 0xDB1DA0) is known color: Medium Violet Red. HEX triplet: DB, 1D and A0. RGB value is (219,29,160). Sum of RGB (Red+Green+Blue) = 219+29+160=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DA0 is #24E25F. Grayscale: #646464. Windows color (decimal): -2417248 or 10493403. OLE color: 10493403.

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

Color convert

RGB 219 29 160 -
CMYK 0 0.87 0.27 0.14
HSL 318.63º 0.77% 0.49% -
HSV(B) 318.63º 0.87% 0.86% -
XYZ 36 18.48 34.93 -
YUV 100.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 219 29 160 0 0.87 0.27 0.14 318.63 0.77 0.49
Hex DB 1D A0 0 57 1B E 13F 4D 31
Octal 333 35 240 0 127 33 16 477 115 61
Binary 11011011 11101 10100000 0 1010111 11011 1110 100111111 1001101 110001

Color Harmonies of #DB1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DA0

Black with #DB1DA0

Text Example


Text Example

White with #DB1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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