Html Css Color HEX #DA1479 Medium Violet Red

📋 copy color: '#DA1479'

red 218 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #DA1479

Tints of Medium Violet Red #DA1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

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

R = 60.72%
G = 5.57%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA1479 (or 0xDA1479) is known color: Medium Violet Red. HEX triplet: DA, 14 and 79. RGB value is (218,20,121). Sum of RGB (Red+Green+Blue) = 218+20+121=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1479 is #25EB86. Grayscale: #5A5A5A. Windows color (decimal): -2485127 or 7935194. OLE color: 7935194.

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

Color convert

RGB 218 20 121 -
CMYK 0 0.91 0.44 0.15
HSL 329.39º 0.83% 0.47% -
HSV(B) 329.39º 0.91% 0.85% -
XYZ 32.61 16.79 19.61 -
YUV 90.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 218 20 121 0 0.91 0.44 0.15 329.39 0.83 0.47
Hex DA 14 79 0 5B 2C F 149 53 2F
Octal 332 24 171 0 133 54 17 511 123 57
Binary 11011010 10100 1111001 0 1011011 101100 1111 101001001 1010011 101111

Color Harmonies of #DA1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1479

Black with #DA1479

Text Example


Text Example

White with #DA1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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