#d85388

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

Shades of Cranberry #D85388

Tints of Cranberry #D85388

Color information

#D85388 (or 0xD85388) is unknown color: approx Cranberry. HEX triplet: D8, 53 and 88. RGB value is (216,83,136). Sum of RGB (Red+Green+Blue) = 216+83+136=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85388 is #27AC77. Grayscale: #808080. Windows color (decimal): -2600056 or 8934360. OLE color: 8934360.

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

Color convert

RGB21683136-
CMYK00.620.370.15
HSL336.09º63.03%58.63%-
HSV(B)336.09º61.57%84.71%-
XYZ35.8622.5625.76-
YUV128.81132.06190.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.66%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=49.66%
G=19.08%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168313600.620.370.15336.0963.0358.63
HexD8538803E25F1503f3b
Octal33012321007645175207773
Binary1101100010100111000100001111101001011111101010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85388; }

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

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

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

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

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

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

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

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