#D45184

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

Shades of Cranberry #D45184

Tints of Cranberry #D45184

Color information

#D45184 (or 0xD45184) is unknown color: approx Cranberry. HEX triplet: D4, 51 and 84. RGB value is (212,81,132). Sum of RGB (Red+Green+Blue) = 212+81+132=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D45184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45184 is #2BAE7B. Grayscale: #7D7D7D. Windows color (decimal): -2862716 or 8671700. OLE color: 8671700.

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

Color convert

RGB21281132-
CMYK00.620.380.17
HSL336.64º60.37%57.45%-
HSV(B)336.64º61.79%83.14%-
XYZ34.2621.5524.18-
YUV125.98131.4189.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=49.88%
G=19.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128113200.620.380.17336.6460.3757.45
HexD4518403E26111513c39
Octal32412120407646215217471
Binary11010100101000110000100011111010011010001101010001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45184; }

 p { color: rgb(212,81,132); }

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

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

 a { background-color: rgb(212,81,132); }

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

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

 span { border-color: rgb(212,81,132); }

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