#D85074

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

Shades of Cranberry #D85074

Tints of Cranberry #D85074

Color information

#D85074 (or 0xD85074) is unknown color: approx Cranberry. HEX triplet: D8, 50 and 74. RGB value is (216,80,116). Sum of RGB (Red+Green+Blue) = 216+80+116=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85074 is #27AF8B. Grayscale: #7C7C7C. Windows color (decimal): -2600844 or 7622872. OLE color: 7622872.

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

Color convert

RGB21680116-
CMYK00.630.460.15
HSL344.12º63.55%58.04%-
HSV(B)344.12º62.96%84.71%-
XYZ34.3421.618.88-
YUV124.77123.06193.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 80 (31.64% from 255) = 19.42%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=52.43%
G=19.42%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168011600.630.460.15344.1263.5558.04
HexD8507403F2EF158403a
Octal330120164077561753010072
Binary1101100010100001110100011111110111011111010110001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85074; }

 p { color: rgb(216,80,116); }

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

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

 a { background-color: rgb(216,80,116); }

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

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

 span { border-color: rgb(216,80,116); }

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