#DA6996

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

Shades of Pale Violet Red #DA6996

Tints of Pale Violet Red #DA6996

Color information

#DA6996 (or 0xDA6996) is unknown color: approx Pale Violet Red. HEX triplet: DA, 69 and 96. RGB value is (218,105,150). Sum of RGB (Red+Green+Blue) = 218+105+150=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6996 is #259669. Grayscale: #8F8F8F. Windows color (decimal): -2463338 or 9857498. OLE color: 9857498.

HSL color Cylindrical-coordinate representation of color #DA6996: hue angle of 336.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6996 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218105150-
CMYK00.520.310.15
HSL336.11º60.43%63.33%-
HSV(B)336.11º51.83%85.49%-
XYZ39.4727.2132.03-
YUV143.92131.44180.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=46.09%
G=22.20%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810515000.520.310.15336.1160.4363.33
HexDA69960341FF1503c3f
Octal33215122606437175207477
Binary110110101101001100101100110100111111111101010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6996; }

 p { color: rgb(218,105,150); }

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

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

 a { background-color: rgb(218,105,150); }

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

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

 span { border-color: rgb(218,105,150); }

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