Html Css Color HEX #DB137C Medium Violet Red

📋 copy color: '#DB137C'

red 219 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #DB137C

Tints of Medium Violet Red #DB137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 60.5%
G = 5.25%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB137C (or 0xDB137C) is known color: Medium Violet Red. HEX triplet: DB, 13 and 7C. RGB value is (219,19,124). Sum of RGB (Red+Green+Blue) = 219+19+124=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB137C is #24EC83. Grayscale: #5A5A5A. Windows color (decimal): -2419844 or 8131547. OLE color: 8131547.

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

Color convert

RGB 219 19 124 -
CMYK 0 0.91 0.43 0.14
HSL 328.5º 0.84% 0.47% -
HSV(B) 328.5º 0.91% 0.86% -
XYZ 33.08 16.98 20.6 -
YUV 90.77 146.76 219.46 -
System Red Green Blue C M Y K H S L
Decimal 219 19 124 0 0.91 0.43 0.14 328.5 0.84 0.47
Hex DB 13 7C 0 5B 2B E 148 54 2F
Octal 333 23 174 0 133 53 16 510 124 57
Binary 11011011 10011 1111100 0 1011011 101011 1110 101001000 1010100 101111

Color Harmonies of #DB137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB137C

Black with #DB137C

Text Example


Text Example

White with #DB137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB137C; }

 p { color: rgb(219,19,124); }

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

background-color css

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

 a { background-color: rgb(219,19,124); }

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

border-color css

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

 span { border-color: rgb(219,19,124); }

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