#D54985

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

Shades of Cranberry #D54985

Tints of Cranberry #D54985

Color information

#D54985 (or 0xD54985) is unknown color: approx Cranberry. HEX triplet: D5, 49 and 85. RGB value is (213,73,133). Sum of RGB (Red+Green+Blue) = 213+73+133=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D54985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54985 is #2AB67A. Grayscale: #797979. Windows color (decimal): -2799227 or 8735189. OLE color: 8735189.

HSL color Cylindrical-coordinate representation of color #D54985: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54985 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21373133-
CMYK00.660.380.16
HSL334.29º62.5%56.08%-
HSV(B)334.29º65.73%83.53%-
XYZ34.0620.624.37-
YUV121.7134.38193.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=50.84%
G=17.42%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137313300.660.380.16334.2962.556.08
HexD54985042261014e3e38
Octal325111205010246205167670
Binary110101011001001100001010100001010011010000101001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54985; }

 p { color: rgb(213,73,133); }

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

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

 a { background-color: rgb(213,73,133); }

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

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

 span { border-color: rgb(213,73,133); }

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