Html Css Color HEX #DA0979 Medium Violet Red

📋 copy color: '#DA0979'

red 218 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #DA0979

Tints of Medium Violet Red #DA0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

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

R = 62.64%
G = 2.59%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA0979 (or 0xDA0979) is known color: Medium Violet Red. HEX triplet: DA, 09 and 79. RGB value is (218,9,121). Sum of RGB (Red+Green+Blue) = 218+9+121=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0979 is #25F686. Grayscale: #545454. Windows color (decimal): -2487943 or 7932378. OLE color: 7932378.

HSL color Cylindrical-coordinate representation of color #DA0979: hue angle of 327.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0979 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 9 121 -
CMYK 0 0.96 0.44 0.15
HSL 327.85º 0.92% 0.45% -
HSV(B) 327.85º 0.96% 0.85% -
XYZ 32.46 16.48 19.56 -
YUV 84.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 218 9 121 0 0.96 0.44 0.15 327.85 0.92 0.45
Hex DA 9 79 0 60 2C F 148 5C 2D
Octal 332 11 171 0 140 54 17 510 134 55
Binary 11011010 1001 1111001 0 1100000 101100 1111 101001000 1011100 101101

Color Harmonies of #DA0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0979

Black with #DA0979

Text Example


Text Example

White with #DA0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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