#D85285

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

Shades of Cranberry #D85285

Tints of Cranberry #D85285

Color information

#D85285 (or 0xD85285) is unknown color: approx Cranberry. HEX triplet: D8, 52 and 85. RGB value is (216,82,133). Sum of RGB (Red+Green+Blue) = 216+82+133=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85285 is #27AD7A. Grayscale: #7F7F7F. Windows color (decimal): -2600315 or 8737496. OLE color: 8737496.

HSL color Cylindrical-coordinate representation of color #D85285: hue angle of 337.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85285 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21682133-
CMYK00.620.380.15
HSL337.16º63.21%58.43%-
HSV(B)337.16º62.04%84.71%-
XYZ35.5722.3324.63-
YUV127.88130.89190.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=50.12%
G=19.03%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168213300.620.380.15337.1663.2158.43
HexD8528503E26F1513f3a
Octal33012220507646175217772
Binary1101100010100101000010101111101001101111101010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85285; }

 p { color: rgb(216,82,133); }

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

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

 a { background-color: rgb(216,82,133); }

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

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

 span { border-color: rgb(216,82,133); }

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