#D45985

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

Shades of Cranberry #D45985

Tints of Cranberry #D45985

Color information

#D45985 (or 0xD45985) is unknown color: approx Cranberry. HEX triplet: D4, 59 and 85. RGB value is (212,89,133). Sum of RGB (Red+Green+Blue) = 212+89+133=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D45985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45985 is #2BA67A. Grayscale: #828282. Windows color (decimal): -2860667 or 8739284. OLE color: 8739284.

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

Color convert

RGB21289133-
CMYK00.580.370.17
HSL338.54º58.85%59.02%-
HSV(B)338.54º58.02%83.14%-
XYZ34.9622.8424.76-
YUV130.79129.25185.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=48.85%
G=20.51%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128913300.580.370.17338.5458.8559.02
HexD4598503A25111533b3b
Octal32413120507245215237373
Binary11010100101100110000101011101010010110001101010011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45985; }

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

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

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

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

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

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

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

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