Html Css Color HEX #DB147C Medium Violet Red

📋 copy color: '#DB147C'

red 219 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #DB147C

Tints of Medium Violet Red #DB147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

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

R = 60.33%
G = 5.51%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB147C (or 0xDB147C) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7C. RGB value is (219,20,124). Sum of RGB (Red+Green+Blue) = 219+20+124=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147C is #24EB83. Grayscale: #5B5B5B. Windows color (decimal): -2419588 or 8131803. OLE color: 8131803.

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

Color convert

RGB 219 20 124 -
CMYK 0 0.91 0.43 0.14
HSL 328.64º 0.83% 0.47% -
HSV(B) 328.64º 0.91% 0.86% -
XYZ 33.1 17.02 20.61 -
YUV 91.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 219 20 124 0 0.91 0.43 0.14 328.64 0.83 0.47
Hex DB 14 7C 0 5B 2B E 149 53 2F
Octal 333 24 174 0 133 53 16 511 123 57
Binary 11011011 10100 1111100 0 1011011 101011 1110 101001001 1010011 101111

Color Harmonies of #DB147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB147C

Black with #DB147C

Text Example


Text Example

White with #DB147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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