#DA4E82

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

Shades of Cranberry #DA4E82

Tints of Cranberry #DA4E82

Color information

#DA4E82 (or 0xDA4E82) is unknown color: approx Cranberry. HEX triplet: DA, 4E and 82. RGB value is (218,78,130). Sum of RGB (Red+Green+Blue) = 218+78+130=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E82 is #25B17D. Grayscale: #7D7D7D. Windows color (decimal): -2470270 or 8539866. OLE color: 8539866.

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

Color convert

RGB21878130-
CMYK00.640.400.15
HSL337.71º65.42%58.04%-
HSV(B)337.71º64.22%85.49%-
XYZ35.6721.9723.48-
YUV125.79130.38193.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.17%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=51.17%
G=18.31%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187813000.640.400.15337.7165.4258.04
HexDA4E8204028F152413a
Octal3321162020100501752210172
Binary110110101001110100000100100000010100011111010100101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4E82; }

 p { color: rgb(218,78,130); }

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

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

 a { background-color: rgb(218,78,130); }

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

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

 span { border-color: rgb(218,78,130); }

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