#D45F85

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

Shades of Cranberry #D45F85

Tints of Cranberry #D45F85

Color information

#D45F85 (or 0xD45F85) is unknown color: approx Cranberry. HEX triplet: D4, 5F and 85. RGB value is (212,95,133). Sum of RGB (Red+Green+Blue) = 212+95+133=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45F85 is #2BA07A. Grayscale: #868686. Windows color (decimal): -2859131 or 8740820. OLE color: 8740820.

HSL color Cylindrical-coordinate representation of color #D45F85: hue angle of 340.51º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F85 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB21295133-
CMYK00.550.370.17
HSL340.51º57.64%60.2%-
HSV(B)340.51º55.19%83.14%-
XYZ35.4823.8724.93-
YUV134.32127.26183.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=48.18%
G=21.59%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129513300.550.370.17340.5157.6460.2
HexD45F8503725111553a3c
Octal32413720506745215257274
Binary11010100101111110000101011011110010110001101010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F85; }

 p { color: rgb(212,95,133); }

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

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

 a { background-color: rgb(212,95,133); }

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

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

 span { border-color: rgb(212,95,133); }

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