Html Css Color HEX #DA1979 Medium Violet Red

📋 copy color: '#DA1979'

red 218 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #DA1979

Tints of Medium Violet Red #DA1979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 59.89%
G = 6.87%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA1979 (or 0xDA1979) is known color: Medium Violet Red. HEX triplet: DA, 19 and 79. RGB value is (218,25,121). Sum of RGB (Red+Green+Blue) = 218+25+121=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1979 is #25E686. Grayscale: #5D5D5D. Windows color (decimal): -2483847 or 7936474. OLE color: 7936474.

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

Color convert

RGB 218 25 121 -
CMYK 0 0.89 0.44 0.15
HSL 330.16º 0.79% 0.48% -
HSV(B) 330.16º 0.89% 0.85% -
XYZ 32.71 16.98 19.64 -
YUV 93.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 218 25 121 0 0.89 0.44 0.15 330.16 0.79 0.48
Hex DA 19 79 0 59 2C F 14A 4F 30
Octal 332 31 171 0 131 54 17 512 117 60
Binary 11011010 11001 1111001 0 1011001 101100 1111 101001010 1001111 110000

Color Harmonies of #DA1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1979

Black with #DA1979

Text Example


Text Example

White with #DA1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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