#DA4571

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

Shades of Cranberry #DA4571

Tints of Cranberry #DA4571

Color information

#DA4571 (or 0xDA4571) is unknown color: approx Cranberry. HEX triplet: DA, 45 and 71. RGB value is (218,69,113). Sum of RGB (Red+Green+Blue) = 218+69+113=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4571 is #25BA8E. Grayscale: #767676. Windows color (decimal): -2472591 or 7423450. OLE color: 7423450.

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

Color convert

RGB21869113-
CMYK00.680.480.15
HSL342.28º66.82%56.27%-
HSV(B)342.28º68.35%85.49%-
XYZ34.0220.3517.76-
YUV118.57124.86198.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.5%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=54.5%
G=17.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186911300.680.480.15342.2866.8256.27
HexDA457104430F1564338
Octal3321051610104601752610370
Binary11011010100010111100010100010011000011111010101101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4571; }

 p { color: rgb(218,69,113); }

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

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

 a { background-color: rgb(218,69,113); }

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

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

 span { border-color: rgb(218,69,113); }

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