#D84B81

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

Shades of Cranberry #D84B81

Tints of Cranberry #D84B81

Color information

#D84B81 (or 0xD84B81) is unknown color: approx Cranberry. HEX triplet: D8, 4B and 81. RGB value is (216,75,129). Sum of RGB (Red+Green+Blue) = 216+75+129=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84B81 is #27B47E. Grayscale: #7B7B7B. Windows color (decimal): -2602111 or 8473560. OLE color: 8473560.

HSL color Cylindrical-coordinate representation of color #D84B81: hue angle of 337.02º 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 #D84B81 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21675129-
CMYK00.650.400.15
HSL337.02º64.38%57.06%-
HSV(B)337.02º65.28%84.71%-
XYZ34.821.2223.03-
YUV123.32131.21194.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=51.43%
G=17.86%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167512900.650.400.15337.0264.3857.06
HexD84B8104128F1514039
Octal3301132010101501752110071
Binary110110001001011100000010100000110100011111010100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84B81; }

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

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

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

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

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

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

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

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