#D53F79

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

Shades of Cranberry #D53F79

Tints of Cranberry #D53F79

Color information

#D53F79 (or 0xD53F79) is unknown color: approx Cranberry. HEX triplet: D5, 3F and 79. RGB value is (213,63,121). Sum of RGB (Red+Green+Blue) = 213+63+121=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F79 is #2AC086. Grayscale: #727272. Windows color (decimal): -2801799 or 7946197. OLE color: 7946197.

HSL color Cylindrical-coordinate representation of color #D53F79: hue angle of 336.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F79 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21363121-
CMYK00.700.430.16
HSL336.8º64.1%54.12%-
HSV(B)336.8º70.42%83.53%-
XYZ32.6719.0820.05-
YUV114.46131.7198.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.65%
GREEN value IS 63 (25% from 255) = 15.87%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=53.65%
G=15.87%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136312100.700.430.16336.864.154.12
HexD53F790462B101514036
Octal325771710106532052110066
Binary11010101111111111100101000110101011100001010100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F79; }

 p { color: rgb(213,63,121); }

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

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

 a { background-color: rgb(213,63,121); }

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

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

 span { border-color: rgb(213,63,121); }

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