Html Css Color HEX #DB1682 Medium Violet Red

📋 copy color: '#DB1682'

red 219 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #DB1682

Tints of Medium Violet Red #DB1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 59.03%
G = 5.93%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB1682 (or 0xDB1682) is known color: Medium Violet Red. HEX triplet: DB, 16 and 82. RGB value is (219,22,130). Sum of RGB (Red+Green+Blue) = 219+22+130=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1682 is #24E97D. Grayscale: #5C5C5C. Windows color (decimal): -2419070 or 8525531. OLE color: 8525531.

HSL color Cylindrical-coordinate representation of color #DB1682: hue angle of 327.11º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1682 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 22 130 -
CMYK 0 0.90 0.41 0.14
HSL 327.11º 0.82% 0.47% -
HSV(B) 327.11º 0.9% 0.86% -
XYZ 33.53 17.25 22.68 -
YUV 93.22 148.77 217.72 -
System Red Green Blue C M Y K H S L
Decimal 219 22 130 0 0.90 0.41 0.14 327.11 0.82 0.47
Hex DB 16 82 0 5A 29 E 147 52 2F
Octal 333 26 202 0 132 51 16 507 122 57
Binary 11011011 10110 10000010 0 1011010 101001 1110 101000111 1010010 101111

Color Harmonies of #DB1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1682

Black with #DB1682

Text Example


Text Example

White with #DB1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1682; }

 p { color: rgb(219,22,130); }

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

background-color css

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

 a { background-color: rgb(219,22,130); }

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

border-color css

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

 span { border-color: rgb(219,22,130); }

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