#DA6D90

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

Shades of Pale Violet Red #DA6D90

Tints of Pale Violet Red #DA6D90

Color information

#DA6D90 (or 0xDA6D90) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6D and 90. RGB value is (218,109,144). Sum of RGB (Red+Green+Blue) = 218+109+144=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D90 is #25926F. Grayscale: #919191. Windows color (decimal): -2462320 or 9465306. OLE color: 9465306.

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

Color convert

RGB218109144-
CMYK00.50.340.15
HSL340.73º59.56%64.12%-
HSV(B)340.73º50%85.49%-
XYZ39.4227.8629.68-
YUV145.58127.11179.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=46.28%
G=23.14%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810914400.50.340.15340.7359.5664.12
HexDA6D9003222F1553c40
Octal332155220062421752574100
Binary11011010110110110010000011001010001011111010101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6D90; }

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

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

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

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

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

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

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

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