#DA6D8B

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

Shades of Pale Violet Red #DA6D8B

Tints of Pale Violet Red #DA6D8B

Color information

#DA6D8B (or 0xDA6D8B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6D and 8B. RGB value is (218,109,139). Sum of RGB (Red+Green+Blue) = 218+109+139=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D8B is #259274. Grayscale: #909090. Windows color (decimal): -2462325 or 9137626. OLE color: 9137626.

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

Color convert

RGB218109139-
CMYK00.50.360.15
HSL343.49º59.56%64.12%-
HSV(B)343.49º50%85.49%-
XYZ39.0427.7127.72-
YUV145.01124.61180.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=46.78%
G=23.39%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810913900.50.360.15343.4959.5664.12
HexDA6D8B03224F1573c40
Octal332155213062441752774100
Binary11011010110110110001011011001010010011111010101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D8B; }

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

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

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

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

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

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

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

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