#DA6C9A

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

Shades of Pale Violet Red #DA6C9A

Tints of Pale Violet Red #DA6C9A

Color information

#DA6C9A (or 0xDA6C9A) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6C and 9A. RGB value is (218,108,154). Sum of RGB (Red+Green+Blue) = 218+108+154=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6C9A is #259365. Grayscale: #929292. Windows color (decimal): -2462566 or 10120410. OLE color: 10120410.

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

Color convert

RGB218108154-
CMYK00.500.290.15
HSL334.91º59.78%63.92%-
HSV(B)334.91º50.46%85.49%-
XYZ40.1127.9633.86-
YUV146.13132.44179.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 108 (42.58% from 255) = 22.5%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=45.42%
G=22.5%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810815400.500.290.15334.9159.7863.92
HexDA6C9A0321DF14f3c40
Octal332154232062351751774100
Binary1101101011011001001101001100101110111111010011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6C9A; }

 p { color: rgb(218,108,154); }

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

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

 a { background-color: rgb(218,108,154); }

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

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

 span { border-color: rgb(218,108,154); }

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