Html Css Color HEX #DA199F Medium Violet Red

📋 copy color: '#DA199F'

red 218 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #DA199F

Tints of Medium Violet Red #DA199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 54.23%
G = 6.22%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA199F (or 0xDA199F) is known color: Medium Violet Red. HEX triplet: DA, 19 and 9F. RGB value is (218,25,159). Sum of RGB (Red+Green+Blue) = 218+25+159=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA199F is #25E660. Grayscale: #616161. Windows color (decimal): -2483809 or 10426842. OLE color: 10426842.

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

Color convert

RGB 218 25 159 -
CMYK 0 0.89 0.27 0.15
HSL 318.34º 0.79% 0.48% -
HSV(B) 318.34º 0.89% 0.85% -
XYZ 35.52 18.1 34.42 -
YUV 97.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 218 25 159 0 0.89 0.27 0.15 318.34 0.79 0.48
Hex DA 19 9F 0 59 1B F 13E 4F 30
Octal 332 31 237 0 131 33 17 476 117 60
Binary 11011010 11001 10011111 0 1011001 11011 1111 100111110 1001111 110000

Color Harmonies of #DA199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA199F

Black with #DA199F

Text Example


Text Example

White with #DA199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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