#D094A6

Color #D094A6 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #D094A6

Tints of Viola #D094A6

Color information

#D094A6 (or 0xD094A6) is unknown color: approx Viola. HEX triplet: D0, 94 and A6. RGB value is (208,148,166). Sum of RGB (Red+Green+Blue) = 208+148+166=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D094A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094A6 is #2F6B59. Grayscale: #A7A7A7. Windows color (decimal): -3107674 or 10917072. OLE color: 10917072.

HSL color Cylindrical-coordinate representation of color #D094A6: hue angle of 342º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094A6 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208148166-
CMYK00.290.200.18
HSL342º38.96%69.8%-
HSV(B)342º28.85%81.57%-
XYZ43.4937.3440.99-
YUV167.99126.88156.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=39.85%
G=28.35%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814816600.290.200.1834238.9669.8
HexD094A601D14121562746
Octal320224246035242252647106
Binary11010000100101001010011001110110100100101010101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094A6; }

 p { color: rgb(208,148,166); }

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

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

 a { background-color: rgb(208,148,166); }

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

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

 span { border-color: rgb(208,148,166); }

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