#DA6080

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

Shades of Cranberry #DA6080

Tints of Cranberry #DA6080

Color information

#DA6080 (or 0xDA6080) is unknown color: approx Cranberry. HEX triplet: DA, 60 and 80. RGB value is (218,96,128). Sum of RGB (Red+Green+Blue) = 218+96+128=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6080 is #259F7F. Grayscale: #888888. Windows color (decimal): -2465664 or 8413402. OLE color: 8413402.

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

Color convert

RGB21896128-
CMYK00.560.410.15
HSL344.26º62.24%61.57%-
HSV(B)344.26º55.96%85.49%-
XYZ36.9924.8323.26-
YUV136.13123.42186.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.32%
GREEN value IS 96 (37.89% from 255) = 21.72%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=49.32%
G=21.72%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189612800.560.410.15344.2662.2461.57
HexDA608003829F1583e3e
Octal33214020007051175307676
Binary1101101011000001000000001110001010011111101011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6080; }

 p { color: rgb(218,96,128); }

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

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

 a { background-color: rgb(218,96,128); }

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

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

 span { border-color: rgb(218,96,128); }

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