#D75A79

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

Shades of Cranberry #D75A79

Tints of Cranberry #D75A79

Color information

#D75A79 (or 0xD75A79) is unknown color: approx Cranberry. HEX triplet: D7, 5A and 79. RGB value is (215,90,121). Sum of RGB (Red+Green+Blue) = 215+90+121=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A79 is #28A586. Grayscale: #828282. Windows color (decimal): -2663815 or 7953111. OLE color: 7953111.

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

Color convert

RGB21590121-
CMYK00.580.440.16
HSL345.12º60.98%59.8%-
HSV(B)345.12º58.14%84.31%-
XYZ35.1323.1420.7-
YUV130.91122.41187.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.47%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=50.47%
G=21.13%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159012100.580.440.16345.1260.9859.8
HexD75A7903A2C101593d3c
Octal32713217107254205317574
Binary1101011110110101111001011101010110010000101011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75A79; }

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

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

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

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

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

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

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

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