#D15E7C

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

Shades of Cranberry #D15E7C

Tints of Cranberry #D15E7C

Color information

#D15E7C (or 0xD15E7C) is unknown color: approx Cranberry. HEX triplet: D1, 5E and 7C. RGB value is (209,94,124). Sum of RGB (Red+Green+Blue) = 209+94+124=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E7C is #2EA183. Grayscale: #838383. Windows color (decimal): -3056004 or 8150737. OLE color: 8150737.

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

Color convert

RGB20994124-
CMYK00.550.410.18
HSL344.35º55.56%59.41%-
HSV(B)344.35º55.02%81.96%-
XYZ33.9423.0221.72-
YUV131.8123.6183.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.95%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=48.95%
G=22.01%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099412400.550.410.18344.3555.5659.41
HexD15E7C0372912158383b
Octal32113617406751225307073
Binary1101000110111101111100011011110100110010101011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E7C; }

 p { color: rgb(209,94,124); }

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

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

 a { background-color: rgb(209,94,124); }

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

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

 span { border-color: rgb(209,94,124); }

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