#D1587D

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

Shades of Cranberry #D1587D

Tints of Cranberry #D1587D

Color information

#D1587D (or 0xD1587D) is unknown color: approx Cranberry. HEX triplet: D1, 58 and 7D. RGB value is (209,88,125). Sum of RGB (Red+Green+Blue) = 209+88+125=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1587D is #2EA782. Grayscale: #808080. Windows color (decimal): -3057539 or 8214737. OLE color: 8214737.

HSL color Cylindrical-coordinate representation of color #D1587D: hue angle of 341.65º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1587D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20988125-
CMYK00.580.400.18
HSL341.65º56.81%58.24%-
HSV(B)341.65º57.89%81.96%-
XYZ33.4922.0221.89-
YUV128.4126.09185.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=49.53%
G=20.85%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098812500.580.400.18341.6556.8158.24
HexD1587D03A2812156393a
Octal32113017507250225267172
Binary1101000110110001111101011101010100010010101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1587D; }

 p { color: rgb(209,88,125); }

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

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

 a { background-color: rgb(209,88,125); }

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

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

 span { border-color: rgb(209,88,125); }

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