Html Css Color HEX #DB0282 Medium Violet Red

📋 copy color: '#DB0282'

red 219 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #DB0282

Tints of Medium Violet Red #DB0282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 62.39%
G = 0.57%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB0282 (or 0xDB0282) is known color: Medium Violet Red. HEX triplet: DB, 02 and 82. RGB value is (219,2,130). Sum of RGB (Red+Green+Blue) = 219+2+130=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0282 is #24FD7D. Grayscale: #515151. Windows color (decimal): -2424190 or 8520411. OLE color: 8520411.

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

Color convert

RGB 219 2 130 -
CMYK 0 0.99 0.41 0.14
HSL 324.61º 0.98% 0.43% -
HSV(B) 324.61º 0.99% 0.86% -
XYZ 33.26 16.72 22.59 -
YUV 81.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 219 2 130 0 0.99 0.41 0.14 324.61 0.98 0.43
Hex DB 2 82 0 63 29 E 145 62 2B
Octal 333 2 202 0 143 51 16 505 142 53
Binary 11011011 10 10000010 0 1100011 101001 1110 101000101 1100010 101011

Color Harmonies of #DB0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0282

Black with #DB0282

Text Example


Text Example

White with #DB0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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