#da4e84

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

Shades of Cranberry #DA4E84

Tints of Cranberry #DA4E84

Color information

#DA4E84 (or 0xDA4E84) is unknown color: approx Cranberry. HEX triplet: DA, 4E and 84. RGB value is (218,78,132). Sum of RGB (Red+Green+Blue) = 218+78+132=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E84 is #25B17B. Grayscale: #7D7D7D. Windows color (decimal): -2470268 or 8670938. OLE color: 8670938.

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

Color convert

RGB21878132-
CMYK00.640.390.15
HSL336.86º65.42%58.04%-
HSV(B)336.86º64.22%85.49%-
XYZ35.822.0224.19-
YUV126.02131.38193.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.93%
GREEN value IS 78 (30.86% from 255) = 18.22%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=50.93%
G=18.22%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187813200.640.390.15336.8665.4258.04
HexDA4E8404027F151413a
Octal3321162040100471752110172
Binary110110101001110100001000100000010011111111010100011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da4e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da4e84; }

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

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

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

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

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

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

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

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