Html Css Color HEX #DA1579 Medium Violet Red

📋 copy color: '#DA1579'

red 218 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #DA1579

Tints of Medium Violet Red #DA1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.83%

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

R = 60.56%
G = 5.83%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA1579 (or 0xDA1579) is known color: Medium Violet Red. HEX triplet: DA, 15 and 79. RGB value is (218,21,121). Sum of RGB (Red+Green+Blue) = 218+21+121=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1579 is #25EA86. Grayscale: #5B5B5B. Windows color (decimal): -2484871 or 7935450. OLE color: 7935450.

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

Color convert

RGB 218 21 121 -
CMYK 0 0.90 0.44 0.15
HSL 329.54º 0.82% 0.47% -
HSV(B) 329.54º 0.9% 0.85% -
XYZ 32.63 16.82 19.62 -
YUV 91.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 218 21 121 0 0.90 0.44 0.15 329.54 0.82 0.47
Hex DA 15 79 0 5A 2C F 14A 52 2F
Octal 332 25 171 0 132 54 17 512 122 57
Binary 11011010 10101 1111001 0 1011010 101100 1111 101001010 1010010 101111

Color Harmonies of #DA1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1579

Black with #DA1579

Text Example


Text Example

White with #DA1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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