#da4b6f

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

Shades of Cranberry #DA4B6F

Tints of Cranberry #DA4B6F

Color information

#DA4B6F (or 0xDA4B6F) is unknown color: approx Cranberry. HEX triplet: DA, 4B and 6F. RGB value is (218,75,111). Sum of RGB (Red+Green+Blue) = 218+75+111=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B6F is #25B490. Grayscale: #797979. Windows color (decimal): -2471057 or 7293914. OLE color: 7293914.

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

Color convert

RGB21875111-
CMYK00.660.490.15
HSL344.9º65.9%57.45%-
HSV(B)344.9º65.6%85.49%-
XYZ34.321.0917.3-
YUV121.86121.88196.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.96%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=53.96%
G=18.56%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187511100.660.490.15344.965.957.45
HexDA4B6F04231F1594239
Octal3321131570102611753110271
Binary11011010100101111011110100001011000111111010110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da4b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da4b6f; }

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

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

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

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

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

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

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

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