Html Css Color HEX #DB1696 Medium Violet Red

📋 copy color: '#DB1696'

red 219 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #DB1696

Tints of Medium Violet Red #DB1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 56.01%
G = 5.63%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB1696 (or 0xDB1696) is known color: Medium Violet Red. HEX triplet: DB, 16 and 96. RGB value is (219,22,150). Sum of RGB (Red+Green+Blue) = 219+22+150=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1696 is #24E969. Grayscale: #5F5F5F. Windows color (decimal): -2419050 or 9836251. OLE color: 9836251.

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

Color convert

RGB 219 22 150 -
CMYK 0 0.90 0.32 0.14
HSL 321.02º 0.82% 0.47% -
HSV(B) 321.02º 0.9% 0.86% -
XYZ 35.01 17.84 30.45 -
YUV 95.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 219 22 150 0 0.90 0.32 0.14 321.02 0.82 0.47
Hex DB 16 96 0 5A 20 E 141 52 2F
Octal 333 26 226 0 132 40 16 501 122 57
Binary 11011011 10110 10010110 0 1011010 100000 1110 101000001 1010010 101111

Color Harmonies of #DB1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1696

Black with #DB1696

Text Example


Text Example

White with #DB1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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