#DA5785

Color #DA5785 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #DA5785

Tints of Cranberry #DA5785

Color information

#DA5785 (or 0xDA5785) is unknown color: approx Cranberry. HEX triplet: DA, 57 and 85. RGB value is (218,87,133). Sum of RGB (Red+Green+Blue) = 218+87+133=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5785 is #25A87A. Grayscale: #838383. Windows color (decimal): -2467963 or 8738778. OLE color: 8738778.

HSL color Cylindrical-coordinate representation of color #DA5785: hue angle of 338.93º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5785 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21887133-
CMYK00.600.390.15
HSL338.93º63.9%59.8%-
HSV(B)338.93º60.09%85.49%-
XYZ36.5623.4224.78-
YUV131.41128.9189.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.77%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=49.77%
G=19.86%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188713300.600.390.15338.9363.959.8
HexDA578503C27F153403c
Octal332127205074471752310074
Binary11011010101011110000101011110010011111111010100111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5785; }

 p { color: rgb(218,87,133); }

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

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

 a { background-color: rgb(218,87,133); }

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

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

 span { border-color: rgb(218,87,133); }

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