#D15281

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

Shades of Cranberry #D15281

Tints of Cranberry #D15281

Color information

#D15281 (or 0xD15281) is unknown color: approx Cranberry. HEX triplet: D1, 52 and 81. RGB value is (209,82,129). Sum of RGB (Red+Green+Blue) = 209+82+129=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D15281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15281 is #2EAD7E. Grayscale: #7D7D7D. Windows color (decimal): -3059071 or 8475345. OLE color: 8475345.

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

Color convert

RGB20982129-
CMYK00.610.380.18
HSL337.8º57.99%57.06%-
HSV(B)337.8º60.77%81.96%-
XYZ33.2721.1723.1-
YUV125.33130.08187.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=49.76%
G=19.52%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098212900.610.380.18337.857.9957.06
HexD1528103D26121523a39
Octal32112220107546225227271
Binary11010001101001010000001011110110011010010101010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15281; }

 p { color: rgb(209,82,129); }

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

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

 a { background-color: rgb(209,82,129); }

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

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

 span { border-color: rgb(209,82,129); }

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