#da506e

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

Shades of Cranberry #DA506E

Tints of Cranberry #DA506E

Color information

#DA506E (or 0xDA506E) is unknown color: approx Cranberry. HEX triplet: DA, 50 and 6E. RGB value is (218,80,110). Sum of RGB (Red+Green+Blue) = 218+80+110=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA506E is #25AF91. Grayscale: #7C7C7C. Windows color (decimal): -2469778 or 7229658. OLE color: 7229658.

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

Color convert

RGB21880110-
CMYK00.630.500.15
HSL346.96º65.09%58.43%-
HSV(B)346.96º63.3%85.49%-
XYZ34.621.7717.13-
YUV124.68119.72194.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.43%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=53.43%
G=19.61%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188011000.630.500.15346.9665.0958.43
HexDA506E03F32F15b413a
Octal332120156077621753310172
Binary1101101010100001101110011111111001011111010110111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da506e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da506e; }

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

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

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

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

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

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

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

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