#DA3E74

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

Shades of Cranberry #DA3E74

Tints of Cranberry #DA3E74

Color information

#DA3E74 (or 0xDA3E74) is unknown color: approx Cranberry. HEX triplet: DA, 3E and 74. RGB value is (218,62,116). Sum of RGB (Red+Green+Blue) = 218+62+116=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E74 is #25C18B. Grayscale: #727272. Windows color (decimal): -2474380 or 7618266. OLE color: 7618266.

HSL color Cylindrical-coordinate representation of color #DA3E74: hue angle of 339.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21862116-
CMYK00.720.470.15
HSL339.23º67.83%54.9%-
HSV(B)339.23º71.56%85.49%-
XYZ33.7919.6118.53-
YUV114.8128.68201.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.05%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=55.05%
G=15.66%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186211600.720.470.15339.2367.8354.9
HexDA3E740482FF1534437
Octal332761640110571752310467
Binary1101101011111011101000100100010111111111010100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3E74; }

 p { color: rgb(218,62,116); }

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

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

 a { background-color: rgb(218,62,116); }

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

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

 span { border-color: rgb(218,62,116); }

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