#DA7099

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

Shades of Pale Violet Red #DA7099

Tints of Pale Violet Red #DA7099

Color information

#DA7099 (or 0xDA7099) is unknown color: approx Pale Violet Red. HEX triplet: DA, 70 and 99. RGB value is (218,112,153). Sum of RGB (Red+Green+Blue) = 218+112+153=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7099 is #258F66. Grayscale: #949494. Windows color (decimal): -2461543 or 10055898. OLE color: 10055898.

HSL color Cylindrical-coordinate representation of color #DA7099: hue angle of 336.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7099 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218112153-
CMYK00.490.300.15
HSL336.79º58.89%64.71%-
HSV(B)336.79º48.62%85.49%-
XYZ40.4628.7933.56-
YUV148.37130.62177.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=45.13%
G=23.19%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811215300.490.300.15336.7958.8964.71
HexDA70990311EF1513b41
Octal332160231061361752173101
Binary1101101011100001001100101100011111011111010100011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7099; }

 p { color: rgb(218,112,153); }

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

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

 a { background-color: rgb(218,112,153); }

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

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

 span { border-color: rgb(218,112,153); }

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