Html Css Color HEX #DB1689 Medium Violet Red

📋 copy color: '#DB1689'

red 219 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #DB1689

Tints of Medium Violet Red #DB1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.82%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 57.94%
G = 5.82%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1689 (or 0xDB1689) is known color: Medium Violet Red. HEX triplet: DB, 16 and 89. RGB value is (219,22,137). Sum of RGB (Red+Green+Blue) = 219+22+137=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1689 is #24E976. Grayscale: #5D5D5D. Windows color (decimal): -2419063 or 8984283. OLE color: 8984283.

HSL color Cylindrical-coordinate representation of color #DB1689: hue angle of 324.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1689 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 137 -
CMYK 0 0.90 0.37 0.14
HSL 324.97º 0.82% 0.47% -
HSV(B) 324.97º 0.9% 0.86% -
XYZ 34.02 17.44 25.24 -
YUV 94.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 219 22 137 0 0.90 0.37 0.14 324.97 0.82 0.47
Hex DB 16 89 0 5A 25 E 145 52 2F
Octal 333 26 211 0 132 45 16 505 122 57
Binary 11011011 10110 10001001 0 1011010 100101 1110 101000101 1010010 101111

Color Harmonies of #DB1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1689

Black with #DB1689

Text Example


Text Example

White with #DB1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1689; }

 p { color: rgb(219,22,137); }

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

background-color css

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

 a { background-color: rgb(219,22,137); }

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

border-color css

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

 span { border-color: rgb(219,22,137); }

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