Html Css Color HEX #DB149B Medium Violet Red

📋 copy color: '#DB149B'

red 219 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #DB149B

Tints of Medium Violet Red #DB149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.08%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 55.58%
G = 5.08%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB149B (or 0xDB149B) is known color: Medium Violet Red. HEX triplet: DB, 14 and 9B. RGB value is (219,20,155). Sum of RGB (Red+Green+Blue) = 219+20+155=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149B is #24EB64. Grayscale: #5E5E5E. Windows color (decimal): -2419557 or 10163419. OLE color: 10163419.

HSL color Cylindrical-coordinate representation of color #DB149B: hue angle of 319.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB149B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 155 -
CMYK 0 0.91 0.29 0.14
HSL 319.3º 0.83% 0.47% -
HSV(B) 319.3º 0.91% 0.86% -
XYZ 35.38 17.93 32.61 -
YUV 94.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 219 20 155 0 0.91 0.29 0.14 319.3 0.83 0.47
Hex DB 14 9B 0 5B 1D E 13F 53 2F
Octal 333 24 233 0 133 35 16 477 123 57
Binary 11011011 10100 10011011 0 1011011 11101 1110 100111111 1010011 101111

Color Harmonies of #DB149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB149B

Black with #DB149B

Text Example


Text Example

White with #DB149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB149B; }

 p { color: rgb(219,20,155); }

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

background-color css

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

 a { background-color: rgb(219,20,155); }

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

border-color css

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

 span { border-color: rgb(219,20,155); }

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