#DF5675

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

Shades of Cranberry #DF5675

Tints of Cranberry #DF5675

Color information

#DF5675 (or 0xDF5675) is unknown color: approx Cranberry. HEX triplet: DF, 56 and 75. RGB value is (223,86,117). Sum of RGB (Red+Green+Blue) = 223+86+117=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5675 is #20A98A. Grayscale: #828282. Windows color (decimal): -2140555 or 7689951. OLE color: 7689951.

HSL color Cylindrical-coordinate representation of color #DF5675: hue angle of 346.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5675 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22386117-
CMYK00.610.480.13
HSL346.42º68.16%60.59%-
HSV(B)346.42º61.43%87.45%-
XYZ36.9723.6319.44-
YUV130.5120.39193.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=52.35%
G=20.19%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238611700.610.480.13346.4268.1660.59
HexDF567503D30D15a443d
Octal337126165075601553210475
Binary1101111110101101110101011110111000011011010110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5675; }

 p { color: rgb(223,86,117); }

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

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

 a { background-color: rgb(223,86,117); }

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

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

 span { border-color: rgb(223,86,117); }

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