#D15F7D

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

Shades of Cranberry #D15F7D

Tints of Cranberry #D15F7D

Color information

#D15F7D (or 0xD15F7D) is unknown color: approx Cranberry. HEX triplet: D1, 5F and 7D. RGB value is (209,95,125). Sum of RGB (Red+Green+Blue) = 209+95+125=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7D is #2EA082. Grayscale: #848484. Windows color (decimal): -3055747 or 8216529. OLE color: 8216529.

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

Color convert

RGB20995125-
CMYK00.550.400.18
HSL344.21º55.34%59.61%-
HSV(B)344.21º54.55%81.96%-
XYZ34.0923.2222.09-
YUV132.51123.77182.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=48.72%
G=22.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099512500.550.400.18344.2155.3459.61
HexD15F7D0372812158373c
Octal32113717506750225306774
Binary1101000110111111111101011011110100010010101011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15F7D; }

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

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

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

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

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

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

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

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