Html Css Color HEX #DB0286 Medium Violet Red

📋 copy color: '#DB0286'

red 219 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #DB0286

Tints of Medium Violet Red #DB0286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 61.69%
G = 0.56%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB0286 (or 0xDB0286) is known color: Medium Violet Red. HEX triplet: DB, 02 and 86. RGB value is (219,2,134). Sum of RGB (Red+Green+Blue) = 219+2+134=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0286 is #24FD79. Grayscale: #515151. Windows color (decimal): -2424186 or 8782555. OLE color: 8782555.

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

Color convert

RGB 219 2 134 -
CMYK 0 0.99 0.39 0.14
HSL 323.5º 0.98% 0.43% -
HSV(B) 323.5º 0.99% 0.86% -
XYZ 33.54 16.82 24.03 -
YUV 81.93 157.39 225.77 -
System Red Green Blue C M Y K H S L
Decimal 219 2 134 0 0.99 0.39 0.14 323.5 0.98 0.43
Hex DB 2 86 0 63 27 E 144 62 2B
Octal 333 2 206 0 143 47 16 504 142 53
Binary 11011011 10 10000110 0 1100011 100111 1110 101000100 1100010 101011

Color Harmonies of #DB0286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0286

Black with #DB0286

Text Example


Text Example

White with #DB0286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0286; }

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

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

background-color css

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

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

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

border-color css

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

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

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