#D15275

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

Shades of Cranberry #D15275

Tints of Cranberry #D15275

Color information

#D15275 (or 0xD15275) is unknown color: approx Cranberry. HEX triplet: D1, 52 and 75. RGB value is (209,82,117). Sum of RGB (Red+Green+Blue) = 209+82+117=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15275 is #2EAD8A. Grayscale: #7B7B7B. Windows color (decimal): -3059083 or 7688913. OLE color: 7688913.

HSL color Cylindrical-coordinate representation of color #D15275: hue angle of 343.46º 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 #D15275 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20982117-
CMYK00.610.440.18
HSL343.46º57.99%57.06%-
HSV(B)343.46º60.77%81.96%-
XYZ32.5220.8719.14-
YUV123.96124.08188.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=51.23%
G=20.10%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098211700.610.440.18343.4657.9957.06
HexD1527503D2C121573a39
Octal32112216507554225277271
Binary1101000110100101110101011110110110010010101010111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15275; }

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

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

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

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

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

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

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

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