#DA6E98

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

Shades of Pale Violet Red #DA6E98

Tints of Pale Violet Red #DA6E98

Color information

#DA6E98 (or 0xDA6E98) is unknown color: approx Pale Violet Red. HEX triplet: DA, 6E and 98. RGB value is (218,110,152). Sum of RGB (Red+Green+Blue) = 218+110+152=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E98 is #259167. Grayscale: #939393. Windows color (decimal): -2462056 or 9989850. OLE color: 9989850.

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

Color convert

RGB218110152-
CMYK00.500.300.15
HSL336.67º59.34%64.31%-
HSV(B)336.67º49.54%85.49%-
XYZ40.1628.3233.06-
YUV147.08130.78178.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=45.42%
G=22.92%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811015200.500.300.15336.6759.3464.31
HexDA6E980321EF1513b40
Octal332156230062361752173100
Binary1101101011011101001100001100101111011111010100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6E98; }

 p { color: rgb(218,110,152); }

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

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

 a { background-color: rgb(218,110,152); }

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

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

 span { border-color: rgb(218,110,152); }

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