Html Css Color HEX #DB149C Medium Violet Red

📋 copy color: '#DB149C'

red 219 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #DB149C

Tints of Medium Violet Red #DB149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 55.44%
G = 5.06%
B = 39.49%

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

#DB149C (or 0xDB149C) is known color: Medium Violet Red. HEX triplet: DB, 14 and 9C. RGB value is (219,20,156). Sum of RGB (Red+Green+Blue) = 219+20+156=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB149C is #24EB63. Grayscale: #5E5E5E. Windows color (decimal): -2419556 or 10228955. OLE color: 10228955.

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

Color convert

RGB 219 20 156 -
CMYK 0 0.91 0.29 0.14
HSL 319º 0.83% 0.47% -
HSV(B) 319º 0.91% 0.86% -
XYZ 35.46 17.96 33.05 -
YUV 95.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 219 20 156 0 0.91 0.29 0.14 319 0.83 0.47
Hex DB 14 9C 0 5B 1D E 13F 53 2F
Octal 333 24 234 0 133 35 16 477 123 57
Binary 11011011 10100 10011100 0 1011011 11101 1110 100111111 1010011 101111

Color Harmonies of #DB149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB149C

Black with #DB149C

Text Example


Text Example

White with #DB149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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