Html Css Color HEX #DB127B Medium Violet Red

📋 copy color: '#DB127B'

red 219 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #DB127B

Tints of Medium Violet Red #DB127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 60.83%
G = 5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB127B (or 0xDB127B) is known color: Medium Violet Red. HEX triplet: DB, 12 and 7B. RGB value is (219,18,123). Sum of RGB (Red+Green+Blue) = 219+18+123=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB127B is #24ED84. Grayscale: #595959. Windows color (decimal): -2420101 or 8065755. OLE color: 8065755.

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

Color convert

RGB 219 18 123 -
CMYK 0 0.92 0.44 0.14
HSL 328.66º 0.85% 0.46% -
HSV(B) 328.66º 0.92% 0.86% -
XYZ 33 16.92 20.27 -
YUV 90.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 219 18 123 0 0.92 0.44 0.14 328.66 0.85 0.46
Hex DB 12 7B 0 5C 2C E 149 55 2E
Octal 333 22 173 0 134 54 16 511 125 56
Binary 11011011 10010 1111011 0 1011100 101100 1110 101001001 1010101 101110

Color Harmonies of #DB127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB127B

Black with #DB127B

Text Example


Text Example

White with #DB127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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