Html Css Color HEX #DB0D8A Medium Violet Red

📋 copy color: '#DB0D8A'

red 219 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #DB0D8A

Tints of Medium Violet Red #DB0D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.51%

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 59.19%
G = 3.51%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB0D8A (or 0xDB0D8A) is known color: Medium Violet Red. HEX triplet: DB, 0D and 8A. RGB value is (219,13,138). Sum of RGB (Red+Green+Blue) = 219+13+138=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0D8A is #24F275. Grayscale: #585858. Windows color (decimal): -2421366 or 9047515. OLE color: 9047515.

HSL color Cylindrical-coordinate representation of color #DB0D8A: hue angle of 323.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D8A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 13 138 -
CMYK 0 0.94 0.37 0.14
HSL 323.59º 0.89% 0.45% -
HSV(B) 323.59º 0.94% 0.86% -
XYZ 33.94 17.18 25.57 -
YUV 88.84 155.75 220.84 -
System Red Green Blue C M Y K H S L
Decimal 219 13 138 0 0.94 0.37 0.14 323.59 0.89 0.45
Hex DB D 8A 0 5E 25 E 144 59 2D
Octal 333 15 212 0 136 45 16 504 131 55
Binary 11011011 1101 10001010 0 1011110 100101 1110 101000100 1011001 101101

Color Harmonies of #DB0D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0D8A

Black with #DB0D8A

Text Example


Text Example

White with #DB0D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0D8A; }

 p { color: rgb(219,13,138); }

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

background-color css

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

 a { background-color: rgb(219,13,138); }

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

border-color css

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

 span { border-color: rgb(219,13,138); }

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