Html Css Color HEX #DB1C9C Medium Violet Red

📋 copy color: '#DB1C9C'

red 219 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #DB1C9C

Tints of Medium Violet Red #DB1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

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

R = 54.34%
G = 6.95%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB1C9C (or 0xDB1C9C) is known color: Medium Violet Red. HEX triplet: DB, 1C and 9C. RGB value is (219,28,156). Sum of RGB (Red+Green+Blue) = 219+28+156=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C9C is #24E363. Grayscale: #636363. Windows color (decimal): -2417508 or 10231003. OLE color: 10231003.

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

Color convert

RGB 219 28 156 -
CMYK 0 0.87 0.29 0.14
HSL 319.79º 0.77% 0.48% -
HSV(B) 319.79º 0.87% 0.86% -
XYZ 35.63 18.29 33.11 -
YUV 99.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 219 28 156 0 0.87 0.29 0.14 319.79 0.77 0.48
Hex DB 1C 9C 0 57 1D E 140 4D 30
Octal 333 34 234 0 127 35 16 500 115 60
Binary 11011011 11100 10011100 0 1010111 11101 1110 101000000 1001101 110000

Color Harmonies of #DB1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C9C

Black with #DB1C9C

Text Example


Text Example

White with #DB1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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