#DA618E

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

Shades of Pale Violet Red #DA618E

Tints of Pale Violet Red #DA618E

Color information

#DA618E (or 0xDA618E) is unknown color: approx Pale Violet Red. HEX triplet: DA, 61 and 8E. RGB value is (218,97,142). Sum of RGB (Red+Green+Blue) = 218+97+142=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618E is #259E71. Grayscale: #8A8A8A. Windows color (decimal): -2465394 or 9331162. OLE color: 9331162.

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

Color convert

RGB21897142-
CMYK00.560.350.15
HSL337.69º62.05%61.76%-
HSV(B)337.69º55.5%85.49%-
XYZ38.0725.4128.49-
YUV138.31130.09184.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=47.70%
G=21.23%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189714200.560.350.15337.6962.0561.76
HexDA618E03823F1523e3e
Octal33214121607043175227676
Binary1101101011000011000111001110001000111111101010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA618E; }

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

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

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

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

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

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

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

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