Html Css Color HEX #DB137F Medium Violet Red

📋 copy color: '#DB137F'

red 219 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #DB137F

Tints of Medium Violet Red #DB137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 60%
G = 5.21%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB137F (or 0xDB137F) is known color: Medium Violet Red. HEX triplet: DB, 13 and 7F. RGB value is (219,19,127). Sum of RGB (Red+Green+Blue) = 219+19+127=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB137F is #24EC80. Grayscale: #5A5A5A. Windows color (decimal): -2419841 or 8328155. OLE color: 8328155.

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

Color convert

RGB 219 19 127 -
CMYK 0 0.91 0.42 0.14
HSL 327.6º 0.84% 0.47% -
HSV(B) 327.6º 0.91% 0.86% -
XYZ 33.28 17.06 21.62 -
YUV 91.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 219 19 127 0 0.91 0.42 0.14 327.6 0.84 0.47
Hex DB 13 7F 0 5B 2A E 148 54 2F
Octal 333 23 177 0 133 52 16 510 124 57
Binary 11011011 10011 1111111 0 1011011 101010 1110 101001000 1010100 101111

Color Harmonies of #DB137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB137F

Black with #DB137F

Text Example


Text Example

White with #DB137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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