#DA698B

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

Shades of Pale Violet Red #DA698B

Tints of Pale Violet Red #DA698B

Color information

#DA698B (or 0xDA698B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 69 and 8B. RGB value is (218,105,139). Sum of RGB (Red+Green+Blue) = 218+105+139=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA698B is #259674. Grayscale: #8E8E8E. Windows color (decimal): -2463349 or 9136602. OLE color: 9136602.

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

Color convert

RGB218105139-
CMYK00.520.360.15
HSL341.95º60.43%63.33%-
HSV(B)341.95º51.83%85.49%-
XYZ38.6326.8727.58-
YUV142.66125.94181.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=47.19%
G=22.73%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810513900.520.360.15341.9560.4363.33
HexDA698B03424F1563c3f
Octal33215121306444175267477
Binary1101101011010011000101101101001001001111101010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA698B; }

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

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

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

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

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

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

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

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