#DA4F85

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

Shades of Cranberry #DA4F85

Tints of Cranberry #DA4F85

Color information

#DA4F85 (or 0xDA4F85) is unknown color: approx Cranberry. HEX triplet: DA, 4F and 85. RGB value is (218,79,133). Sum of RGB (Red+Green+Blue) = 218+79+133=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F85 is #25B07A. Grayscale: #7E7E7E. Windows color (decimal): -2470011 or 8736730. OLE color: 8736730.

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

Color convert

RGB21879133-
CMYK00.640.390.15
HSL336.69º65.26%58.24%-
HSV(B)336.69º63.76%85.49%-
XYZ35.9422.1924.58-
YUV126.72131.55193.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 79 (31.25% from 255) = 18.37%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=50.70%
G=18.37%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187913300.640.390.15336.6965.2658.24
HexDA4F8504027F151413a
Octal3321172050100471752110172
Binary110110101001111100001010100000010011111111010100011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F85; }

 p { color: rgb(218,79,133); }

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

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

 a { background-color: rgb(218,79,133); }

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

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

 span { border-color: rgb(218,79,133); }

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