#DA1D8D

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

Shades of Medium Violet Red #DA1D8D

Tints of Medium Violet Red #DA1D8D

Color information

#DA1D8D (or 0xDA1D8D) is unknown color: approx Medium Violet Red. HEX triplet: DA, 1D and 8D. RGB value is (218,29,141). Sum of RGB (Red+Green+Blue) = 218+29+141=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1D8D is #25E272. Grayscale: #626262. Windows color (decimal): -2482803 or 9248218. OLE color: 9248218.

HSL color Cylindrical-coordinate representation of color #DA1D8D: hue angle of 324.44º 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 #DA1D8D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21829141-
CMYK00.870.350.15
HSL324.44º76.52%48.43%-
HSV(B)324.44º86.7%85.49%-
XYZ34.1617.7126.82-
YUV98.28152.12213.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 29 (11.72% from 255) = 7.47%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=56.19%
G=7.47%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182914100.870.350.15324.4476.5248.43
HexDA1D8D05723F1444d30
Octal332352150127431750411560
Binary1101101011101100011010101011110001111111010001001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1D8D; }

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

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

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

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

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

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

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

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