Html Css Color HEX #DB148A Medium Violet Red

📋 copy color: '#DB148A'

red 219 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #DB148A

Tints of Medium Violet Red #DB148A

RGB

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

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

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

R = 58.09%
G = 5.31%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB148A (or 0xDB148A) is known color: Medium Violet Red. HEX triplet: DB, 14 and 8A. RGB value is (219,20,138). Sum of RGB (Red+Green+Blue) = 219+20+138=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB148A is #24EB75. Grayscale: #5C5C5C. Windows color (decimal): -2419574 or 9049307. OLE color: 9049307.

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

Color convert

RGB 219 20 138 -
CMYK 0 0.91 0.37 0.14
HSL 324.42º 0.83% 0.47% -
HSV(B) 324.42º 0.91% 0.86% -
XYZ 34.05 17.4 25.61 -
YUV 92.95 153.43 217.91 -
System Red Green Blue C M Y K H S L
Decimal 219 20 138 0 0.91 0.37 0.14 324.42 0.83 0.47
Hex DB 14 8A 0 5B 25 E 144 53 2F
Octal 333 24 212 0 133 45 16 504 123 57
Binary 11011011 10100 10001010 0 1011011 100101 1110 101000100 1010011 101111

Color Harmonies of #DB148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB148A

Black with #DB148A

Text Example


Text Example

White with #DB148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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