#D84B83

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

Shades of Cranberry #D84B83

Tints of Cranberry #D84B83

Color information

#D84B83 (or 0xD84B83) is unknown color: approx Cranberry. HEX triplet: D8, 4B and 83. RGB value is (216,75,131). Sum of RGB (Red+Green+Blue) = 216+75+131=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B83 is #27B47C. Grayscale: #7B7B7B. Windows color (decimal): -2602109 or 8604632. OLE color: 8604632.

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

Color convert

RGB21675131-
CMYK00.650.390.15
HSL336.17º64.38%57.06%-
HSV(B)336.17º65.28%84.71%-
XYZ34.9321.2723.74-
YUV123.54132.21193.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.18%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=51.18%
G=17.77%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167513100.650.390.15336.1764.3857.06
HexD84B8304127F1504039
Octal3301132030101471752010071
Binary110110001001011100000110100000110011111111010100001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B83; }

 p { color: rgb(216,75,131); }

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

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

 a { background-color: rgb(216,75,131); }

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

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

 span { border-color: rgb(216,75,131); }

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