Html Css Color HEX #DB0677 Medium Violet Red

📋 copy color: '#DB0677'

red 219 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #DB0677

Tints of Medium Violet Red #DB0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 63.66%
G = 1.74%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0677 (or 0xDB0677) is known color: Medium Violet Red. HEX triplet: DB, 06 and 77. RGB value is (219,6,119). Sum of RGB (Red+Green+Blue) = 219+6+119=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0677 is #24F988. Grayscale: #525252. Windows color (decimal): -2423177 or 7800539. OLE color: 7800539.

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

Color convert

RGB 219 6 119 -
CMYK 0 0.97 0.46 0.14
HSL 328.17º 0.95% 0.44% -
HSV(B) 328.17º 0.97% 0.86% -
XYZ 32.61 16.52 18.92 -
YUV 82.57 148.57 225.31 -
System Red Green Blue C M Y K H S L
Decimal 219 6 119 0 0.97 0.46 0.14 328.17 0.95 0.44
Hex DB 6 77 0 61 2E E 148 5F 2C
Octal 333 6 167 0 141 56 16 510 137 54
Binary 11011011 110 1110111 0 1100001 101110 1110 101001000 1011111 101100

Color Harmonies of #DB0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0677

Black with #DB0677

Text Example


Text Example

White with #DB0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0677; }

 p { color: rgb(219,6,119); }

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

background-color css

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

 a { background-color: rgb(219,6,119); }

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

border-color css

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

 span { border-color: rgb(219,6,119); }

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