#d85081

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

Shades of Cranberry #D85081

Tints of Cranberry #D85081

Color information

#D85081 (or 0xD85081) is unknown color: approx Cranberry. HEX triplet: D8, 50 and 81. RGB value is (216,80,129). Sum of RGB (Red+Green+Blue) = 216+80+129=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D85081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85081 is #27AF7E. Grayscale: #7E7E7E. Windows color (decimal): -2600831 or 8474840. OLE color: 8474840.

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

Color convert

RGB21680129-
CMYK00.630.400.15
HSL338.38º63.55%58.04%-
HSV(B)338.38º62.96%84.71%-
XYZ35.1521.9223.15-
YUV126.25129.56192.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=50.82%
G=18.82%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168012900.630.400.15338.3863.5558.04
HexD8508103F28F152403a
Octal330120201077501752210072
Binary11011000101000010000001011111110100011111010100101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85081; }

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

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

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

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

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

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

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

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