Html Css Color HEX #DA139A Medium Violet Red

📋 copy color: '#DA139A'

red 218 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #DA139A

Tints of Medium Violet Red #DA139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 55.75%
G = 4.86%
B = 39.39%

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

#DA139A (or 0xDA139A) is known color: Medium Violet Red. HEX triplet: DA, 13 and 9A. RGB value is (218,19,154). Sum of RGB (Red+Green+Blue) = 218+19+154=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA139A is #25EC65. Grayscale: #5D5D5D. Windows color (decimal): -2485350 or 10097626. OLE color: 10097626.

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

Color convert

RGB 218 19 154 -
CMYK 0 0.91 0.29 0.15
HSL 319.3º 0.84% 0.46% -
HSV(B) 319.3º 0.91% 0.85% -
XYZ 34.98 17.7 32.15 -
YUV 93.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 218 19 154 0 0.91 0.29 0.15 319.3 0.84 0.46
Hex DA 13 9A 0 5B 1D F 13F 54 2E
Octal 332 23 232 0 133 35 17 477 124 56
Binary 11011010 10011 10011010 0 1011011 11101 1111 100111111 1010100 101110

Color Harmonies of #DA139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA139A

Black with #DA139A

Text Example


Text Example

White with #DA139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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