Html Css Color HEX #DB157C Medium Violet Red

📋 copy color: '#DB157C'

red 219 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #DB157C

Tints of Medium Violet Red #DB157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 60.16%
G = 5.77%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB157C (or 0xDB157C) is known color: Medium Violet Red. HEX triplet: DB, 15 and 7C. RGB value is (219,21,124). Sum of RGB (Red+Green+Blue) = 219+21+124=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB157C is #24EA83. Grayscale: #5B5B5B. Windows color (decimal): -2419332 or 8132059. OLE color: 8132059.

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

Color convert

RGB 219 21 124 -
CMYK 0 0.90 0.43 0.14
HSL 328.79º 0.83% 0.47% -
HSV(B) 328.79º 0.9% 0.86% -
XYZ 33.12 17.05 20.61 -
YUV 91.94 146.1 218.62 -
System Red Green Blue C M Y K H S L
Decimal 219 21 124 0 0.90 0.43 0.14 328.79 0.83 0.47
Hex DB 15 7C 0 5A 2B E 149 52 2F
Octal 333 25 174 0 132 53 16 511 122 57
Binary 11011011 10101 1111100 0 1011010 101011 1110 101001001 1010010 101111

Color Harmonies of #DB157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB157C

Black with #DB157C

Text Example


Text Example

White with #DB157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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