Html Css Color HEX #DB1679 Medium Violet Red

📋 copy color: '#DB1679'

red 219 ◦ green 22 ◦ blue 121

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

Shades of Medium Violet Red #DB1679

Tints of Medium Violet Red #DB1679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 60.5%
G = 6.08%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB1679 (or 0xDB1679) is known color: Medium Violet Red. HEX triplet: DB, 16 and 79. RGB value is (219,22,121). Sum of RGB (Red+Green+Blue) = 219+22+121=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1679 is #24E986. Grayscale: #5B5B5B. Windows color (decimal): -2419079 or 7935707. OLE color: 7935707.

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

Color convert

RGB 219 22 121 -
CMYK 0 0.90 0.45 0.14
HSL 329.85º 0.82% 0.47% -
HSV(B) 329.85º 0.9% 0.86% -
XYZ 32.95 17.01 19.64 -
YUV 92.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 219 22 121 0 0.90 0.45 0.14 329.85 0.82 0.47
Hex DB 16 79 0 5A 2D E 14A 52 2F
Octal 333 26 171 0 132 55 16 512 122 57
Binary 11011011 10110 1111001 0 1011010 101101 1110 101001010 1010010 101111

Color Harmonies of #DB1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1679

Black with #DB1679

Text Example


Text Example

White with #DB1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1679; }

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

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

background-color css

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

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

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

border-color css

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

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

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