#D093A7

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

Shades of Viola #D093A7

Tints of Viola #D093A7

Color information

#D093A7 (or 0xD093A7) is unknown color: approx Viola. HEX triplet: D0, 93 and A7. RGB value is (208,147,167). Sum of RGB (Red+Green+Blue) = 208+147+167=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D093A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D093A7 is #2F6C58. Grayscale: #A7A7A7. Windows color (decimal): -3107929 or 10982352. OLE color: 10982352.

HSL color Cylindrical-coordinate representation of color #D093A7: hue angle of 340.33º 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 #D093A7 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB208147167-
CMYK00.290.200.18
HSL340.33º39.35%69.61%-
HSV(B)340.33º29.33%81.57%-
XYZ43.4237.0741.43-
YUV167.52127.71156.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=39.85%
G=28.16%
B=31.99%

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
Decimal20814716700.290.200.18340.3339.3569.61
HexD093A701D14121542746
Octal320223247035242252447106
Binary11010000100100111010011101110110100100101010101001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093A7; }

 p { color: rgb(208,147,167); }

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

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

 a { background-color: rgb(208,147,167); }

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

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

 span { border-color: rgb(208,147,167); }

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