#D84E88

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

Shades of Cranberry #D84E88

Tints of Cranberry #D84E88

Color information

#D84E88 (or 0xD84E88) is unknown color: approx Cranberry. HEX triplet: D8, 4E and 88. RGB value is (216,78,136). Sum of RGB (Red+Green+Blue) = 216+78+136=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E88 is #27B177. Grayscale: #7D7D7D. Windows color (decimal): -2601336 or 8933080. OLE color: 8933080.

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

Color convert

RGB21678136-
CMYK00.640.370.15
HSL334.78º63.89%57.65%-
HSV(B)334.78º63.89%84.71%-
XYZ35.4921.8325.63-
YUV125.87133.72192.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=50.23%
G=18.14%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167813600.640.370.15334.7863.8957.65
HexD84E8804025F14f403a
Octal3301162100100451751710072
Binary110110001001110100010000100000010010111111010011111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84E88; }

 p { color: rgb(216,78,136); }

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

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

 a { background-color: rgb(216,78,136); }

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

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

 span { border-color: rgb(216,78,136); }

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