#DA648B

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

Shades of Pale Violet Red #DA648B

Tints of Pale Violet Red #DA648B

Color information

#DA648B (or 0xDA648B) is unknown color: approx Pale Violet Red. HEX triplet: DA, 64 and 8B. RGB value is (218,100,139). Sum of RGB (Red+Green+Blue) = 218+100+139=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648B is #259B74. Grayscale: #8B8B8B. Windows color (decimal): -2464629 or 9135322. OLE color: 9135322.

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

Color convert

RGB218100139-
CMYK00.540.360.15
HSL340.17º61.46%62.35%-
HSV(B)340.17º54.13%85.49%-
XYZ38.1325.8827.41-
YUV139.73127.59183.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=47.70%
G=21.88%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810013900.540.360.15340.1761.4662.35
HexDA648B03624F1543d3e
Octal33214421306644175247576
Binary1101101011001001000101101101101001001111101010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA648B; }

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

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

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

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

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

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

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

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