#DA1D8C

Color #DA1D8C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DA1D8C

Tints of Medium Violet Red #DA1D8C

Color information

#DA1D8C (or 0xDA1D8C) is unknown color: approx Medium Violet Red. HEX triplet: DA, 1D and 8C. RGB value is (218,29,140). Sum of RGB (Red+Green+Blue) = 218+29+140=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D8C is #25E273. Grayscale: #616161. Windows color (decimal): -2482804 or 9182682. OLE color: 9182682.

HSL color Cylindrical-coordinate representation of color #DA1D8C: hue angle of 324.76º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D8C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21829140-
CMYK00.870.360.15
HSL324.76º76.52%48.43%-
HSV(B)324.76º86.7%85.49%-
XYZ34.0917.6826.43-
YUV98.16151.62213.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 29 (11.72% from 255) = 7.49%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=56.33%
G=7.49%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182914000.870.360.15324.7676.5248.43
HexDA1D8C05724F1454d30
Octal332352140127441750511560
Binary1101101011101100011000101011110010011111010001011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1D8C; }

 p { color: rgb(218,29,140); }

 H1.HeaderClassName
 {
   color: #DA1D8C;
 }
 .AnyTagClassName
 {
   color: #DA1D8C;
 }
</style>
background-color css

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

 a { background-color: rgb(218,29,140); }

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

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

 span { border-color: rgb(218,29,140); }

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