#DA689B

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

Shades of Pale Violet Red #DA689B

Tints of Pale Violet Red #DA689B

Color information

#DA689B (or 0xDA689B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 68 and 9B. RGB value is (218,104,155). Sum of RGB (Red+Green+Blue) = 218+104+155=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA689B is #259764. Grayscale: #8F8F8F. Windows color (decimal): -2463589 or 10184922. OLE color: 10184922.

HSL color Cylindrical-coordinate representation of color #DA689B: hue angle of 333.16º degrees, saturation: 0.61, 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 #DA689B is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218104155-
CMYK00.520.290.15
HSL333.16º60.64%63.14%-
HSV(B)333.16º52.29%85.49%-
XYZ39.7827.1734.16-
YUV143.9134.27180.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 155 (60.94% from 255) = 32.49%
R=45.70%
G=21.80%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810415500.520.290.15333.1660.6463.14
HexDA689B0341DF14d3d3f
Octal33215023306435175157577
Binary110110101101000100110110110100111011111101001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA689B; }

 p { color: rgb(218,104,155); }

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

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

 a { background-color: rgb(218,104,155); }

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

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

 span { border-color: rgb(218,104,155); }

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