Html Css Color HEX #DB0277 Medium Violet Red

📋 copy color: '#DB0277'

red 219 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #DB0277

Tints of Medium Violet Red #DB0277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 64.41%
G = 0.59%
B = 35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0277 (or 0xDB0277) is known color: Medium Violet Red. HEX triplet: DB, 02 and 77. RGB value is (219,2,119). Sum of RGB (Red+Green+Blue) = 219+2+119=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0277 is #24FD88. Grayscale: #4F4F4F. Windows color (decimal): -2424201 or 7799515. OLE color: 7799515.

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

Color convert

RGB 219 2 119 -
CMYK 0 0.99 0.46 0.14
HSL 327.65º 0.98% 0.43% -
HSV(B) 327.65º 0.99% 0.86% -
XYZ 32.56 16.44 18.91 -
YUV 80.22 149.89 226.99 -
System Red Green Blue C M Y K H S L
Decimal 219 2 119 0 0.99 0.46 0.14 327.65 0.98 0.43
Hex DB 2 77 0 63 2E E 148 62 2B
Octal 333 2 167 0 143 56 16 510 142 53
Binary 11011011 10 1110111 0 1100011 101110 1110 101001000 1100010 101011

Color Harmonies of #DB0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0277

Black with #DB0277

Text Example


Text Example

White with #DB0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0277; }

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

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

background-color css

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

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

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

border-color css

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

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

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