#D095A5

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

Shades of Viola #D095A5

Tints of Viola #D095A5

Color information

#D095A5 (or 0xD095A5) is unknown color: approx Viola. HEX triplet: D0, 95 and A5. RGB value is (208,149,165). Sum of RGB (Red+Green+Blue) = 208+149+165=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D095A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D095A5 is #2F6A5A. Grayscale: #A8A8A8. Windows color (decimal): -3107419 or 10851792. OLE color: 10851792.

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

Color convert

RGB208149165-
CMYK00.280.210.18
HSL343.73º38.56%70%-
HSV(B)343.73º28.37%81.57%-
XYZ43.5537.6240.56-
YUV168.46126.05156.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=39.85%
G=28.54%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814916500.280.210.18343.7338.5670
HexD095A501C15121582746
Octal320225245034252253047106
Binary11010000100101011010010101110010101100101010110001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095A5; }

 p { color: rgb(208,149,165); }

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

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

 a { background-color: rgb(208,149,165); }

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

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

 span { border-color: rgb(208,149,165); }

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