#D85371

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

Shades of Cranberry #D85371

Tints of Cranberry #D85371

Color information

#D85371 (or 0xD85371) is unknown color: approx Cranberry. HEX triplet: D8, 53 and 71. RGB value is (216,83,113). Sum of RGB (Red+Green+Blue) = 216+83+113=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85371 is #27AC8E. Grayscale: #7E7E7E. Windows color (decimal): -2600079 or 7427032. OLE color: 7427032.

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

Color convert

RGB21683113-
CMYK00.620.480.15
HSL346.47º63.03%58.63%-
HSV(B)346.47º61.57%84.71%-
XYZ34.3921.9818.05-
YUV126.19120.56192.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.43%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=52.43%
G=20.15%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168311300.620.480.15346.4763.0358.63
HexD8537103E30F15a3f3b
Octal33012316107660175327773
Binary110110001010011111000101111101100001111101011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85371; }

 p { color: rgb(216,83,113); }

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

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

 a { background-color: rgb(216,83,113); }

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

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

 span { border-color: rgb(216,83,113); }

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