Html Css Color HEX #DB1B8B Medium Violet Red

📋 copy color: '#DB1B8B'

red 219 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #DB1B8B

Tints of Medium Violet Red #DB1B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.01%

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

R = 56.88%
G = 7.01%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB1B8B (or 0xDB1B8B) is known color: Medium Violet Red. HEX triplet: DB, 1B and 8B. RGB value is (219,27,139). Sum of RGB (Red+Green+Blue) = 219+27+139=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1B8B is #24E474. Grayscale: #606060. Windows color (decimal): -2417781 or 9116635. OLE color: 9116635.

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

Color convert

RGB 219 27 139 -
CMYK 0 0.88 0.37 0.14
HSL 325º 0.78% 0.48% -
HSV(B) 325º 0.88% 0.86% -
XYZ 34.27 17.71 26.04 -
YUV 97.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 219 27 139 0 0.88 0.37 0.14 325 0.78 0.48
Hex DB 1B 8B 0 58 25 E 145 4E 30
Octal 333 33 213 0 130 45 16 505 116 60
Binary 11011011 11011 10001011 0 1011000 100101 1110 101000101 1001110 110000

Color Harmonies of #DB1B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B8B

Black with #DB1B8B

Text Example


Text Example

White with #DB1B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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