#DA6897

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

Shades of Pale Violet Red #DA6897

Tints of Pale Violet Red #DA6897

Color information

#DA6897 (or 0xDA6897) is unknown color: approx Pale Violet Red. HEX triplet: DA, 68 and 97. RGB value is (218,104,151). Sum of RGB (Red+Green+Blue) = 218+104+151=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6897 is #259768. Grayscale: #8F8F8F. Windows color (decimal): -2463593 or 9922778. OLE color: 9922778.

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

Color convert

RGB218104151-
CMYK00.520.310.15
HSL335.26º60.64%63.14%-
HSV(B)335.26º52.29%85.49%-
XYZ39.4527.0432.42-
YUV143.44132.27181.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 151 (59.38% from 255) = 31.92%
R=46.09%
G=21.99%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810415100.520.310.15335.2660.6463.14
HexDA68970341FF14f3d3f
Octal33215022706437175177577
Binary110110101101000100101110110100111111111101001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6897; }

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

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

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

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

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

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

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

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