Html Css Color HEX #DB147F Medium Violet Red

📋 copy color: '#DB147F'

red 219 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #DB147F

Tints of Medium Violet Red #DB147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 59.84%
G = 5.46%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB147F (or 0xDB147F) is known color: Medium Violet Red. HEX triplet: DB, 14 and 7F. RGB value is (219,20,127). Sum of RGB (Red+Green+Blue) = 219+20+127=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB147F is #24EB80. Grayscale: #5B5B5B. Windows color (decimal): -2419585 or 8328411. OLE color: 8328411.

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

Color convert

RGB 219 20 127 -
CMYK 0 0.91 0.42 0.14
HSL 327.74º 0.83% 0.47% -
HSV(B) 327.74º 0.91% 0.86% -
XYZ 33.29 17.09 21.62 -
YUV 91.7 147.93 218.8 -
System Red Green Blue C M Y K H S L
Decimal 219 20 127 0 0.91 0.42 0.14 327.74 0.83 0.47
Hex DB 14 7F 0 5B 2A E 148 53 2F
Octal 333 24 177 0 133 52 16 510 123 57
Binary 11011011 10100 1111111 0 1011011 101010 1110 101001000 1010011 101111

Color Harmonies of #DB147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB147F

Black with #DB147F

Text Example


Text Example

White with #DB147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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