Html Css Color HEX #DB147D Medium Violet Red

📋 copy color: '#DB147D'

red 219 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #DB147D

Tints of Medium Violet Red #DB147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 60.16%
G = 5.49%
B = 34.34%

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

#DB147D (or 0xDB147D) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7D. RGB value is (219,20,125). Sum of RGB (Red+Green+Blue) = 219+20+125=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147D is #24EB82. Grayscale: #5B5B5B. Windows color (decimal): -2419587 or 8197339. OLE color: 8197339.

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

Color convert

RGB 219 20 125 -
CMYK 0 0.91 0.43 0.14
HSL 328.34º 0.83% 0.47% -
HSV(B) 328.34º 0.91% 0.86% -
XYZ 33.17 17.04 20.94 -
YUV 91.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 219 20 125 0 0.91 0.43 0.14 328.34 0.83 0.47
Hex DB 14 7D 0 5B 2B E 148 53 2F
Octal 333 24 175 0 133 53 16 510 123 57
Binary 11011011 10100 1111101 0 1011011 101011 1110 101001000 1010011 101111

Color Harmonies of #DB147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB147D

Black with #DB147D

Text Example


Text Example

White with #DB147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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