#D1567B

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

Shades of Cranberry #D1567B

Tints of Cranberry #D1567B

Color information

#D1567B (or 0xD1567B) is unknown color: approx Cranberry. HEX triplet: D1, 56 and 7B. RGB value is (209,86,123). Sum of RGB (Red+Green+Blue) = 209+86+123=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1567B is #2EA984. Grayscale: #7E7E7E. Windows color (decimal): -3058053 or 8083153. OLE color: 8083153.

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

Color convert

RGB20986123-
CMYK00.590.410.18
HSL341.95º57.21%57.84%-
HSV(B)341.95º58.85%81.96%-
XYZ33.221.6421.17-
YUV127125.75186.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=50%
G=20.57%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098612300.590.410.18341.9557.2157.84
HexD1567B03B2912156393a
Octal32112617307351225267172
Binary1101000110101101111011011101110100110010101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1567B; }

 p { color: rgb(209,86,123); }

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

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

 a { background-color: rgb(209,86,123); }

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

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

 span { border-color: rgb(209,86,123); }

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