#D84682

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

Shades of Cranberry #D84682

Tints of Cranberry #D84682

Color information

#D84682 (or 0xD84682) is unknown color: approx Cranberry. HEX triplet: D8, 46 and 82. RGB value is (216,70,130). Sum of RGB (Red+Green+Blue) = 216+70+130=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84682 is #27B97D. Grayscale: #787878. Windows color (decimal): -2603390 or 8537816. OLE color: 8537816.

HSL color Cylindrical-coordinate representation of color #D84682: hue angle of 335.34º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84682 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21670130-
CMYK00.680.400.15
HSL335.34º65.18%56.08%-
HSV(B)335.34º67.59%84.71%-
XYZ34.5420.5923.27-
YUV120.49133.37196.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 70 (27.73% from 255) = 16.83%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=51.92%
G=16.83%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167013000.680.400.15335.3465.1856.08
HexD8468204428F14f4138
Octal3301062020104501751710170
Binary110110001000110100000100100010010100011111010011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84682; }

 p { color: rgb(216,70,130); }

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

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

 a { background-color: rgb(216,70,130); }

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

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

 span { border-color: rgb(216,70,130); }

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