Html Css Color HEX #DB128A Medium Violet Red

📋 copy color: '#DB128A'

red 219 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #DB128A

Tints of Medium Violet Red #DB128A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.8%

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

R = 58.4%
G = 4.8%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB128A (or 0xDB128A) is known color: Medium Violet Red. HEX triplet: DB, 12 and 8A. RGB value is (219,18,138). Sum of RGB (Red+Green+Blue) = 219+18+138=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB128A is #24ED75. Grayscale: #5B5B5B. Windows color (decimal): -2420086 or 9048795. OLE color: 9048795.

HSL color Cylindrical-coordinate representation of color #DB128A: hue angle of 324.18º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB128A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 138 -
CMYK 0 0.92 0.37 0.14
HSL 324.18º 0.85% 0.46% -
HSV(B) 324.18º 0.92% 0.86% -
XYZ 34.02 17.33 25.6 -
YUV 91.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 219 18 138 0 0.92 0.37 0.14 324.18 0.85 0.46
Hex DB 12 8A 0 5C 25 E 144 55 2E
Octal 333 22 212 0 134 45 16 504 125 56
Binary 11011011 10010 10001010 0 1011100 100101 1110 101000100 1010101 101110

Color Harmonies of #DB128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB128A

Black with #DB128A

Text Example


Text Example

White with #DB128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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