Html Css Color HEX #DB1085 Medium Violet Red

📋 copy color: '#DB1085'

red 219 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #DB1085

Tints of Medium Violet Red #DB1085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 59.51%
G = 4.35%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB1085 (or 0xDB1085) is known color: Medium Violet Red. HEX triplet: DB, 10 and 85. RGB value is (219,16,133). Sum of RGB (Red+Green+Blue) = 219+16+133=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1085 is #24EF7A. Grayscale: #595959. Windows color (decimal): -2420603 or 8720603. OLE color: 8720603.

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

Color convert

RGB 219 16 133 -
CMYK 0 0.93 0.39 0.14
HSL 325.42º 0.86% 0.46% -
HSV(B) 325.42º 0.93% 0.86% -
XYZ 33.63 17.12 23.72 -
YUV 90.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 219 16 133 0 0.93 0.39 0.14 325.42 0.86 0.46
Hex DB 10 85 0 5D 27 E 145 56 2E
Octal 333 20 205 0 135 47 16 505 126 56
Binary 11011011 10000 10000101 0 1011101 100111 1110 101000101 1010110 101110

Color Harmonies of #DB1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1085

Black with #DB1085

Text Example


Text Example

White with #DB1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1085; }

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

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

background-color css

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

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

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

border-color css

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

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

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