#D85184

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

Shades of Cranberry #D85184

Tints of Cranberry #D85184

Color information

#D85184 (or 0xD85184) is unknown color: approx Cranberry. HEX triplet: D8, 51 and 84. RGB value is (216,81,132). Sum of RGB (Red+Green+Blue) = 216+81+132=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D85184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85184 is #27AE7B. Grayscale: #7F7F7F. Windows color (decimal): -2600572 or 8671704. OLE color: 8671704.

HSL color Cylindrical-coordinate representation of color #D85184: hue angle of 337.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85184 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB21681132-
CMYK00.620.390.15
HSL337.33º63.38%58.24%-
HSV(B)337.33º62.5%84.71%-
XYZ35.4322.1524.24-
YUV127.18130.73191.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=50.35%
G=18.88%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168113200.620.390.15337.3363.3858.24
HexD8518403E27F1513f3a
Octal33012120407647175217772
Binary1101100010100011000010001111101001111111101010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85184; }

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

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

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

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

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

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

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

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