#d54d87

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

Shades of Cranberry #D54D87

Tints of Cranberry #D54D87

Color information

#D54D87 (or 0xD54D87) is unknown color: approx Cranberry. HEX triplet: D5, 4D and 87. RGB value is (213,77,135). Sum of RGB (Red+Green+Blue) = 213+77+135=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D87 is #2AB278. Grayscale: #7C7C7C. Windows color (decimal): -2798201 or 8867285. OLE color: 8867285.

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

Color convert

RGB21377135-
CMYK00.640.370.16
HSL334.41º61.82%56.86%-
HSV(B)334.41º63.85%83.53%-
XYZ34.4721.225.2-
YUV124.28134.06191.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=50.12%
G=18.12%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137713500.640.370.16334.4161.8256.86
HexD54D87040251014e3e39
Octal325115207010045205167671
Binary110101011001101100001110100000010010110000101001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54d87; }

 p { color: rgb(213,77,135); }

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

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

 a { background-color: rgb(213,77,135); }

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

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

 span { border-color: rgb(213,77,135); }

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