#DA618D

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

Shades of Pale Violet Red #DA618D

Tints of Pale Violet Red #DA618D

Color information

#DA618D (or 0xDA618D) is unknown color: approx Pale Violet Red. HEX triplet: DA, 61 and 8D. RGB value is (218,97,141). Sum of RGB (Red+Green+Blue) = 218+97+141=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618D is #259E72. Grayscale: #8A8A8A. Windows color (decimal): -2465395 or 9265626. OLE color: 9265626.

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

Color convert

RGB21897141-
CMYK00.560.350.15
HSL338.18º62.05%61.76%-
HSV(B)338.18º55.5%85.49%-
XYZ3825.3828.1-
YUV138.2129.59184.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=47.81%
G=21.27%
B=30.92%

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
Decimal2189714100.560.350.15338.1862.0561.76
HexDA618D03823F1523e3e
Octal33214121507043175227676
Binary1101101011000011000110101110001000111111101010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA618D; }

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

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

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

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

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

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

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

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