#DA1695

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

Shades of Medium Violet Red #DA1695

Tints of Medium Violet Red #DA1695

Color information

#DA1695 (or 0xDA1695) is unknown color: approx Medium Violet Red. HEX triplet: DA, 16 and 95. RGB value is (218,22,149). Sum of RGB (Red+Green+Blue) = 218+22+149=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA1695 is #25E96A. Grayscale: #5E5E5E. Windows color (decimal): -2484587 or 9770714. OLE color: 9770714.

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

Color convert

RGB21822149-
CMYK00.900.320.15
HSL321.12º81.67%47.06%-
HSV(B)321.12º89.91%85.49%-
XYZ34.6317.6530.02-
YUV95.08158.43215.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 22 (8.98% from 255) = 5.66%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=56.04%
G=5.66%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182214900.900.320.15321.1281.6747.06
HexDA169505A20F141522f
Octal332262250132401750112257
Binary1101101010110100101010101101010000011111010000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1695; }

 p { color: rgb(218,22,149); }

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

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

 a { background-color: rgb(218,22,149); }

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

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

 span { border-color: rgb(218,22,149); }

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