#D54C86

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

Shades of Cranberry #D54C86

Tints of Cranberry #D54C86

Color information

#D54C86 (or 0xD54C86) is unknown color: approx Cranberry. HEX triplet: D5, 4C and 86. RGB value is (213,76,134). Sum of RGB (Red+Green+Blue) = 213+76+134=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C86 is #2AB379. Grayscale: #7B7B7B. Windows color (decimal): -2798458 or 8801493. OLE color: 8801493.

HSL color Cylindrical-coordinate representation of color #D54C86: hue angle of 334.6º 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 #D54C86 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB21376134-
CMYK00.640.370.16
HSL334.6º61.99%56.67%-
HSV(B)334.6º64.32%83.53%-
XYZ34.3321.0424.81-
YUV123.57133.89191.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 76 (30.08% from 255) = 17.97%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=50.35%
G=17.97%
B=31.68%

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
Decimal2137613400.640.370.16334.661.9956.67
HexD54C86040251014f3e39
Octal325114206010045205177671
Binary110101011001100100001100100000010010110000101001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54C86; }

 p { color: rgb(213,76,134); }

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

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

 a { background-color: rgb(213,76,134); }

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

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

 span { border-color: rgb(213,76,134); }

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