Html Css Color HEX #DB127D Medium Violet Red

📋 copy color: '#DB127D'

red 219 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #DB127D

Tints of Medium Violet Red #DB127D

RGB

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

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

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

R = 60.5%
G = 4.97%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB127D (or 0xDB127D) is known color: Medium Violet Red. HEX triplet: DB, 12 and 7D. RGB value is (219,18,125). Sum of RGB (Red+Green+Blue) = 219+18+125=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB127D is #24ED82. Grayscale: #5A5A5A. Windows color (decimal): -2420099 or 8196827. OLE color: 8196827.

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

Color convert

RGB 219 18 125 -
CMYK 0 0.92 0.43 0.14
HSL 328.06º 0.85% 0.46% -
HSV(B) 328.06º 0.92% 0.86% -
XYZ 33.13 16.97 20.93 -
YUV 90.3 147.59 219.8 -
System Red Green Blue C M Y K H S L
Decimal 219 18 125 0 0.92 0.43 0.14 328.06 0.85 0.46
Hex DB 12 7D 0 5C 2B E 148 55 2E
Octal 333 22 175 0 134 53 16 510 125 56
Binary 11011011 10010 1111101 0 1011100 101011 1110 101001000 1010101 101110

Color Harmonies of #DB127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB127D

Black with #DB127D

Text Example


Text Example

White with #DB127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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