#D15379

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

Shades of Cranberry #D15379

Tints of Cranberry #D15379

Color information

#D15379 (or 0xD15379) is unknown color: approx Cranberry. HEX triplet: D1, 53 and 79. RGB value is (209,83,121). Sum of RGB (Red+Green+Blue) = 209+83+121=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15379 is #2EAC86. Grayscale: #7C7C7C. Windows color (decimal): -3058823 or 7951313. OLE color: 7951313.

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

Color convert

RGB20983121-
CMYK00.600.420.18
HSL341.9º57.8%57.25%-
HSV(B)341.9º60.29%81.96%-
XYZ32.8421.1220.44-
YUV125.01125.74187.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=50.61%
G=20.10%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098312100.600.420.18341.957.857.25
HexD1537903C2A121563a39
Octal32112317107452225267271
Binary1101000110100111111001011110010101010010101010110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15379; }

 p { color: rgb(209,83,121); }

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

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

 a { background-color: rgb(209,83,121); }

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

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

 span { border-color: rgb(209,83,121); }

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