Html Css Color HEX #DB107C Medium Violet Red

📋 copy color: '#DB107C'

red 219 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #DB107C

Tints of Medium Violet Red #DB107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 61%
G = 4.46%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB107C (or 0xDB107C) is known color: Medium Violet Red. HEX triplet: DB, 10 and 7C. RGB value is (219,16,124). Sum of RGB (Red+Green+Blue) = 219+16+124=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB107C is #24EF83. Grayscale: #585858. Windows color (decimal): -2420612 or 8130779. OLE color: 8130779.

HSL color Cylindrical-coordinate representation of color #DB107C: hue angle of 328.08º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB107C is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 124 -
CMYK 0 0.93 0.43 0.14
HSL 328.08º 0.86% 0.46% -
HSV(B) 328.08º 0.93% 0.86% -
XYZ 33.04 16.89 20.59 -
YUV 89.01 147.75 220.72 -
System Red Green Blue C M Y K H S L
Decimal 219 16 124 0 0.93 0.43 0.14 328.08 0.86 0.46
Hex DB 10 7C 0 5D 2B E 148 56 2E
Octal 333 20 174 0 135 53 16 510 126 56
Binary 11011011 10000 1111100 0 1011101 101011 1110 101001000 1010110 101110

Color Harmonies of #DB107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB107C

Black with #DB107C

Text Example


Text Example

White with #DB107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB107C; }

 p { color: rgb(219,16,124); }

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

background-color css

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

 a { background-color: rgb(219,16,124); }

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

border-color css

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

 span { border-color: rgb(219,16,124); }

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