Html Css Color HEX #DA1180 Medium Violet Red

📋 copy color: '#DA1180'

red 218 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #DA1180

Tints of Medium Violet Red #DA1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.68%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 60.06%
G = 4.68%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA1180 (or 0xDA1180) is known color: Medium Violet Red. HEX triplet: DA, 11 and 80. RGB value is (218,17,128). Sum of RGB (Red+Green+Blue) = 218+17+128=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1180 is #25EE7F. Grayscale: #595959. Windows color (decimal): -2485888 or 8393178. OLE color: 8393178.

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

Color convert

RGB 218 17 128 -
CMYK 0 0.92 0.41 0.15
HSL 326.87º 0.86% 0.46% -
HSV(B) 326.87º 0.92% 0.85% -
XYZ 33.01 16.86 21.94 -
YUV 89.75 149.59 219.47 -
System Red Green Blue C M Y K H S L
Decimal 218 17 128 0 0.92 0.41 0.15 326.87 0.86 0.46
Hex DA 11 80 0 5C 29 F 147 56 2E
Octal 332 21 200 0 134 51 17 507 126 56
Binary 11011010 10001 10000000 0 1011100 101001 1111 101000111 1010110 101110

Color Harmonies of #DA1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1180

Black with #DA1180

Text Example


Text Example

White with #DA1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1180; }

 p { color: rgb(218,17,128); }

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

background-color css

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

 a { background-color: rgb(218,17,128); }

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

border-color css

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

 span { border-color: rgb(218,17,128); }

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