Html Css Color HEX #DB008B Medium Violet Red

📋 copy color: '#DB008B'

red 219 ◦ green 0 ◦ blue 139

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

Shades of Medium Violet Red #DB008B

Tints of Medium Violet Red #DB008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 61.17%
G = 0%
B = 38.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB008B (or 0xDB008B) is known color: Medium Violet Red. HEX triplet: DB, 00 and 8B. RGB value is (219,0,139). Sum of RGB (Red+Green+Blue) = 219+0+139=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB008B is #24FF74. Grayscale: #505050. Windows color (decimal): -2424693 or 9109723. OLE color: 9109723.

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

Color convert

RGB 219 0 139 -
CMYK 0 1 0.37 0.14
HSL 321.92º 1% 0.43% -
HSV(B) 321.92º 1% 0.86% -
XYZ 33.87 16.92 25.91 -
YUV 81.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 219 0 139 0 1 0.37 0.14 321.92 1 0.43
Hex DB 0 8B 0 64 25 E 142 64 2B
Octal 333 0 213 0 144 45 16 502 144 53
Binary 11011011 0 10001011 0 1100100 100101 1110 101000010 1100100 101011

Color Harmonies of #DB008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB008B

Black with #DB008B

Text Example


Text Example

White with #DB008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB008B; }

 p { color: rgb(219,0,139); }

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

background-color css

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

 a { background-color: rgb(219,0,139); }

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

border-color css

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

 span { border-color: rgb(219,0,139); }

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