Html Css Color HEX #DA139B Medium Violet Red

📋 copy color: '#DA139B'

red 218 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #DA139B

Tints of Medium Violet Red #DA139B

RGB

 RED value IS 218 (85.55% from 255) = 55.61%

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 55.61%
G = 4.85%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA139B (or 0xDA139B) is known color: Medium Violet Red. HEX triplet: DA, 13 and 9B. RGB value is (218,19,155). Sum of RGB (Red+Green+Blue) = 218+19+155=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA139B is #25EC64. Grayscale: #5D5D5D. Windows color (decimal): -2485349 or 10163162. OLE color: 10163162.

HSL color Cylindrical-coordinate representation of color #DA139B: hue angle of 318.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA139B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 155 -
CMYK 0 0.91 0.29 0.15
HSL 319º 0.84% 0.46% -
HSV(B) 319º 0.91% 0.85% -
XYZ 35.06 17.74 32.59 -
YUV 94.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 218 19 155 0 0.91 0.29 0.15 319 0.84 0.46
Hex DA 13 9B 0 5B 1D F 13F 54 2E
Octal 332 23 233 0 133 35 17 477 124 56
Binary 11011010 10011 10011011 0 1011011 11101 1111 100111111 1010100 101110

Color Harmonies of #DA139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA139B

Black with #DA139B

Text Example


Text Example

White with #DA139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA139B; }

 p { color: rgb(218,19,155); }

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

background-color css

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

 a { background-color: rgb(218,19,155); }

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

border-color css

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

 span { border-color: rgb(218,19,155); }

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