#DA4B76

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

Shades of Cranberry #DA4B76

Tints of Cranberry #DA4B76

Color information

#DA4B76 (or 0xDA4B76) is unknown color: approx Cranberry. HEX triplet: DA, 4B and 76. RGB value is (218,75,118). Sum of RGB (Red+Green+Blue) = 218+75+118=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B76 is #25B489. Grayscale: #7A7A7A. Windows color (decimal): -2471050 or 7752666. OLE color: 7752666.

HSL color Cylindrical-coordinate representation of color #DA4B76: hue angle of 341.96º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B76 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21875118-
CMYK00.660.460.15
HSL341.96º65.9%57.45%-
HSV(B)341.96º65.6%85.49%-
XYZ34.721.2519.41-
YUV122.66125.38196-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=53.04%
G=18.25%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187511800.660.460.15341.9665.957.45
HexDA4B760422EF1564239
Octal3321131660102561752610271
Binary11011010100101111101100100001010111011111010101101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B76; }

 p { color: rgb(218,75,118); }

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

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

 a { background-color: rgb(218,75,118); }

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

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

 span { border-color: rgb(218,75,118); }

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