#D45486

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

Shades of Cranberry #D45486

Tints of Cranberry #D45486

Color information

#D45486 (or 0xD45486) is unknown color: approx Cranberry. HEX triplet: D4, 54 and 86. RGB value is (212,84,134). Sum of RGB (Red+Green+Blue) = 212+84+134=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D45486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45486 is #2BAB79. Grayscale: #7F7F7F. Windows color (decimal): -2861946 or 8803540. OLE color: 8803540.

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

Color convert

RGB21284134-
CMYK00.600.370.17
HSL336.56º59.81%58.04%-
HSV(B)336.56º60.38%83.14%-
XYZ34.6222.0624.99-
YUV127.97131.41187.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=49.30%
G=19.53%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128413400.600.370.17336.5659.8158.04
HexD4548603C25111513c3a
Octal32412420607445215217472
Binary11010100101010010000110011110010010110001101010001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45486; }

 p { color: rgb(212,84,134); }

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

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

 a { background-color: rgb(212,84,134); }

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

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

 span { border-color: rgb(212,84,134); }

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