Html Css Color HEX #DB1B9C Medium Violet Red

📋 copy color: '#DB1B9C'

red 219 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #DB1B9C

Tints of Medium Violet Red #DB1B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.72%

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

R = 54.48%
G = 6.72%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB1B9C (or 0xDB1B9C) is known color: Medium Violet Red. HEX triplet: DB, 1B and 9C. RGB value is (219,27,156). Sum of RGB (Red+Green+Blue) = 219+27+156=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B9C is #24E463. Grayscale: #626262. Windows color (decimal): -2417764 or 10230747. OLE color: 10230747.

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

Color convert

RGB 219 27 156 -
CMYK 0 0.88 0.29 0.14
HSL 319.69º 0.78% 0.48% -
HSV(B) 319.69º 0.88% 0.86% -
XYZ 35.61 18.24 33.1 -
YUV 99.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 219 27 156 0 0.88 0.29 0.14 319.69 0.78 0.48
Hex DB 1B 9C 0 58 1D E 140 4E 30
Octal 333 33 234 0 130 35 16 500 116 60
Binary 11011011 11011 10011100 0 1011000 11101 1110 101000000 1001110 110000

Color Harmonies of #DB1B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B9C

Black with #DB1B9C

Text Example


Text Example

White with #DB1B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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