Html Css Color HEX #DB158A Medium Violet Red

📋 copy color: '#DB158A'

red 219 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #DB158A

Tints of Medium Violet Red #DB158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

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

R = 57.94%
G = 5.56%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB158A (or 0xDB158A) is known color: Medium Violet Red. HEX triplet: DB, 15 and 8A. RGB value is (219,21,138). Sum of RGB (Red+Green+Blue) = 219+21+138=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB158A is #24EA75. Grayscale: #5D5D5D. Windows color (decimal): -2419318 or 9049563. OLE color: 9049563.

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

Color convert

RGB 219 21 138 -
CMYK 0 0.90 0.37 0.14
HSL 324.55º 0.83% 0.47% -
HSV(B) 324.55º 0.9% 0.86% -
XYZ 34.07 17.43 25.61 -
YUV 93.54 153.1 217.49 -
System Red Green Blue C M Y K H S L
Decimal 219 21 138 0 0.90 0.37 0.14 324.55 0.83 0.47
Hex DB 15 8A 0 5A 25 E 145 52 2F
Octal 333 25 212 0 132 45 16 505 122 57
Binary 11011011 10101 10001010 0 1011010 100101 1110 101000101 1010010 101111

Color Harmonies of #DB158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB158A

Black with #DB158A

Text Example


Text Example

White with #DB158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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