#DA4074

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

Shades of Cranberry #DA4074

Tints of Cranberry #DA4074

Color information

#DA4074 (or 0xDA4074) is unknown color: approx Cranberry. HEX triplet: DA, 40 and 74. RGB value is (218,64,116). Sum of RGB (Red+Green+Blue) = 218+64+116=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4074 is #25BF8B. Grayscale: #737373. Windows color (decimal): -2473868 or 7618778. OLE color: 7618778.

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

Color convert

RGB21864116-
CMYK00.710.470.15
HSL339.74º67.54%55.29%-
HSV(B)339.74º70.64%85.49%-
XYZ33.919.8318.56-
YUV115.97128.02200.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.77%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=54.77%
G=16.08%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186411600.710.470.15339.7467.5455.29
HexDA40740472FF1544437
Octal3321001640107571752410467
Binary11011010100000011101000100011110111111111010101001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4074; }

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

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

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

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

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

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

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

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