#D54D85

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

Shades of Cranberry #D54D85

Tints of Cranberry #D54D85

Color information

#D54D85 (or 0xD54D85) is unknown color: approx Cranberry. HEX triplet: D5, 4D and 85. RGB value is (213,77,133). Sum of RGB (Red+Green+Blue) = 213+77+133=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D85 is #2AB27A. Grayscale: #7B7B7B. Windows color (decimal): -2798203 or 8736213. OLE color: 8736213.

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

Color convert

RGB21377133-
CMYK00.640.380.16
HSL335.29º61.82%56.86%-
HSV(B)335.29º63.85%83.53%-
XYZ34.3321.1524.46-
YUV124.05133.06191.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=50.35%
G=18.20%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137713300.640.380.16335.2961.8256.86
HexD54D85040261014f3e39
Octal325115205010046205177671
Binary110101011001101100001010100000010011010000101001111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D85; }

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

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

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

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

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

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

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

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