Html Css Color HEX #DB1C9E Medium Violet Red

📋 copy color: '#DB1C9E'

red 219 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #DB1C9E

Tints of Medium Violet Red #DB1C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 54.07%
G = 6.91%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB1C9E (or 0xDB1C9E) is known color: Medium Violet Red. HEX triplet: DB, 1C and 9E. RGB value is (219,28,158). Sum of RGB (Red+Green+Blue) = 219+28+158=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C9E is #24E361. Grayscale: #636363. Windows color (decimal): -2417506 or 10362075. OLE color: 10362075.

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

Color convert

RGB 219 28 158 -
CMYK 0 0.87 0.28 0.14
HSL 319.16º 0.77% 0.48% -
HSV(B) 319.16º 0.87% 0.86% -
XYZ 35.8 18.36 34 -
YUV 99.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 219 28 158 0 0.87 0.28 0.14 319.16 0.77 0.48
Hex DB 1C 9E 0 57 1C E 13F 4D 30
Octal 333 34 236 0 127 34 16 477 115 60
Binary 11011011 11100 10011110 0 1010111 11100 1110 100111111 1001101 110000

Color Harmonies of #DB1C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C9E

Black with #DB1C9E

Text Example


Text Example

White with #DB1C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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