#D75179

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

Shades of Cranberry #D75179

Tints of Cranberry #D75179

Color information

#D75179 (or 0xD75179) is unknown color: approx Cranberry. HEX triplet: D7, 51 and 79. RGB value is (215,81,121). Sum of RGB (Red+Green+Blue) = 215+81+121=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D75179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75179 is #28AE86. Grayscale: #7D7D7D. Windows color (decimal): -2666119 or 7950807. OLE color: 7950807.

HSL color Cylindrical-coordinate representation of color #D75179: hue angle of 342.09º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75179 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21581121-
CMYK00.620.440.16
HSL342.09º62.62%58.04%-
HSV(B)342.09º62.33%84.31%-
XYZ34.4221.7120.47-
YUV125.63125.39191.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=51.56%
G=19.42%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158112100.620.440.16342.0962.6258.04
HexD7517903E2C101563f3a
Octal32712117107654205267772
Binary1101011110100011111001011111010110010000101010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75179; }

 p { color: rgb(215,81,121); }

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

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

 a { background-color: rgb(215,81,121); }

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

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

 span { border-color: rgb(215,81,121); }

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