Html Css Color HEX #DA1879 Medium Violet Red

📋 copy color: '#DA1879'

red 218 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #DA1879

Tints of Medium Violet Red #DA1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 60.06%
G = 6.61%
B = 33.33%

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

#DA1879 (or 0xDA1879) is known color: Medium Violet Red. HEX triplet: DA, 18 and 79. RGB value is (218,24,121). Sum of RGB (Red+Green+Blue) = 218+24+121=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1879 is #25E786. Grayscale: #5C5C5C. Windows color (decimal): -2484103 or 7936218. OLE color: 7936218.

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

Color convert

RGB 218 24 121 -
CMYK 0 0.89 0.44 0.15
HSL 330º 0.8% 0.47% -
HSV(B) 330º 0.89% 0.85% -
XYZ 32.69 16.94 19.64 -
YUV 93.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 218 24 121 0 0.89 0.44 0.15 330 0.8 0.47
Hex DA 18 79 0 59 2C F 14A 50 2F
Octal 332 30 171 0 131 54 17 512 120 57
Binary 11011010 11000 1111001 0 1011001 101100 1111 101001010 1010000 101111

Color Harmonies of #DA1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1879

Black with #DA1879

Text Example


Text Example

White with #DA1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1879; }

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

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

background-color css

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

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

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

border-color css

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

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

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