Html Css Color HEX #DB0278 Medium Violet Red

📋 copy color: '#DB0278'

red 219 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #DB0278

Tints of Medium Violet Red #DB0278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 64.22%
G = 0.59%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0278 (or 0xDB0278) is known color: Medium Violet Red. HEX triplet: DB, 02 and 78. RGB value is (219,2,120). Sum of RGB (Red+Green+Blue) = 219+2+120=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0278 is #24FD87. Grayscale: #505050. Windows color (decimal): -2424200 or 7865051. OLE color: 7865051.

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

Color convert

RGB 219 2 120 -
CMYK 0 0.99 0.45 0.14
HSL 327.37º 0.98% 0.43% -
HSV(B) 327.37º 0.99% 0.86% -
XYZ 32.63 16.46 19.23 -
YUV 80.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 219 2 120 0 0.99 0.45 0.14 327.37 0.98 0.43
Hex DB 2 78 0 63 2D E 147 62 2B
Octal 333 2 170 0 143 55 16 507 142 53
Binary 11011011 10 1111000 0 1100011 101101 1110 101000111 1100010 101011

Color Harmonies of #DB0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0278

Black with #DB0278

Text Example


Text Example

White with #DB0278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0278; }

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

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

background-color css

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

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

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

border-color css

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

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

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