#D15F7A

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

Shades of Cranberry #D15F7A

Tints of Cranberry #D15F7A

Color information

#D15F7A (or 0xD15F7A) is unknown color: approx Cranberry. HEX triplet: D1, 5F and 7A. RGB value is (209,95,122). Sum of RGB (Red+Green+Blue) = 209+95+122=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7A is #2EA085. Grayscale: #848484. Windows color (decimal): -3055750 or 8019921. OLE color: 8019921.

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

Color convert

RGB20995122-
CMYK00.550.420.18
HSL345.79º55.34%59.61%-
HSV(B)345.79º54.55%81.96%-
XYZ33.923.1421.09-
YUV132.16122.27182.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.06%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=49.06%
G=22.30%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099512200.550.420.18345.7955.3459.61
HexD15F7A0372A1215a373c
Octal32113717206752225326774
Binary1101000110111111111010011011110101010010101011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F7A; }

 p { color: rgb(209,95,122); }

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

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

 a { background-color: rgb(209,95,122); }

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

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

 span { border-color: rgb(209,95,122); }

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