Html Css Color HEX #DA199E Medium Violet Red

📋 copy color: '#DA199E'

red 218 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #DA199E

Tints of Medium Violet Red #DA199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.23%

 BLUE value IS 158 (62.11% from 255) = 39.4%

R = 54.36%
G = 6.23%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA199E (or 0xDA199E) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9E. RGB value is (218,25,158). Sum of RGB (Red+Green+Blue) = 218+25+158=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199E is #25E661. Grayscale: #616161. Windows color (decimal): -2483810 or 10361306. OLE color: 10361306.

HSL color Cylindrical-coordinate representation of color #DA199E: hue angle of 318.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA199E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 158 -
CMYK 0 0.89 0.28 0.15
HSL 318.65º 0.79% 0.48% -
HSV(B) 318.65º 0.89% 0.85% -
XYZ 35.43 18.07 33.97 -
YUV 97.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 218 25 158 0 0.89 0.28 0.15 318.65 0.79 0.48
Hex DA 19 9E 0 59 1C F 13F 4F 30
Octal 332 31 236 0 131 34 17 477 117 60
Binary 11011010 11001 10011110 0 1011001 11100 1111 100111111 1001111 110000

Color Harmonies of #DA199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA199E

Black with #DA199E

Text Example


Text Example

White with #DA199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA199E; }

 p { color: rgb(218,25,158); }

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

background-color css

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

 a { background-color: rgb(218,25,158); }

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

border-color css

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

 span { border-color: rgb(218,25,158); }

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