#DA4E8A

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

Shades of Cranberry #DA4E8A

Tints of Cranberry #DA4E8A

Color information

#DA4E8A (or 0xDA4E8A) is unknown color: approx Cranberry. HEX triplet: DA, 4E and 8A. RGB value is (218,78,138). Sum of RGB (Red+Green+Blue) = 218+78+138=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E8A is #25B175. Grayscale: #7E7E7E. Windows color (decimal): -2470262 or 9064154. OLE color: 9064154.

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

Color convert

RGB21878138-
CMYK00.640.370.15
HSL334.29º65.42%58.04%-
HSV(B)334.29º64.22%85.49%-
XYZ36.2322.1926.42-
YUV126.7134.38193.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.23%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=50.23%
G=17.97%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187813800.640.370.15334.2965.4258.04
HexDA4E8A04025F14e413a
Octal3321162120100451751610172
Binary110110101001110100010100100000010010111111010011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4E8A; }

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

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

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

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

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

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

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

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