#DA5E8E

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

Shades of Pale Violet Red #DA5E8E

Tints of Pale Violet Red #DA5E8E

Color information

#DA5E8E (or 0xDA5E8E) is unknown color: approx Pale Violet Red. HEX triplet: DA, 5E and 8E. RGB value is (218,94,142). Sum of RGB (Red+Green+Blue) = 218+94+142=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E8E is #25A171. Grayscale: #888888. Windows color (decimal): -2466162 or 9330394. OLE color: 9330394.

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

Color convert

RGB21894142-
CMYK00.570.350.15
HSL336.77º62.63%61.18%-
HSV(B)336.77º56.88%85.49%-
XYZ37.824.8628.4-
YUV136.55131.08186.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=48.02%
G=20.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189414200.570.350.15336.7762.6361.18
HexDA5E8E03923F1513f3d
Octal33213621607143175217775
Binary1101101010111101000111001110011000111111101010001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5E8E; }

 p { color: rgb(218,94,142); }

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

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

 a { background-color: rgb(218,94,142); }

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

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

 span { border-color: rgb(218,94,142); }

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