#DA688D

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

Shades of Pale Violet Red #DA688D

Tints of Pale Violet Red #DA688D

Color information

#DA688D (or 0xDA688D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 68 and 8D. RGB value is (218,104,141). Sum of RGB (Red+Green+Blue) = 218+104+141=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA688D is #259772. Grayscale: #8E8E8E. Windows color (decimal): -2463603 or 9267418. OLE color: 9267418.

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

Color convert

RGB218104141-
CMYK00.520.350.15
HSL340.53º60.64%63.14%-
HSV(B)340.53º52.29%85.49%-
XYZ38.6726.7328.32-
YUV142.3127.27181.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=47.08%
G=22.46%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810414100.520.350.15340.5360.6463.14
HexDA688D03423F1553d3f
Octal33215021506443175257577
Binary1101101011010001000110101101001000111111101010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA688D; }

 p { color: rgb(218,104,141); }

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

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

 a { background-color: rgb(218,104,141); }

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

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

 span { border-color: rgb(218,104,141); }

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