#DA699C

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

Shades of Pale Violet Red #DA699C

Tints of Pale Violet Red #DA699C

Color information

#DA699C (or 0xDA699C) is unknown color: approx Pale Violet Red. HEX triplet: DA, 69 and 9C. RGB value is (218,105,156). Sum of RGB (Red+Green+Blue) = 218+105+156=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA699C is #259663. Grayscale: #909090. Windows color (decimal): -2463332 or 10250714. OLE color: 10250714.

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

Color convert

RGB218105156-
CMYK00.520.280.15
HSL332.92º60.43%63.33%-
HSV(B)332.92º51.83%85.49%-
XYZ39.9727.4134.64-
YUV144.6134.44180.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.51%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=45.51%
G=21.92%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810515600.520.280.15332.9260.4363.33
HexDA699C0341CF14d3c3f
Octal33215123406434175157477
Binary110110101101001100111000110100111001111101001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA699C; }

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

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

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

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

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

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

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

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