#D54371

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

Shades of Cranberry #D54371

Tints of Cranberry #D54371

Color information

#D54371 (or 0xD54371) is unknown color: approx Cranberry. HEX triplet: D5, 43 and 71. RGB value is (213,67,113). Sum of RGB (Red+Green+Blue) = 213+67+113=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D54371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54371 is #2ABC8E. Grayscale: #737373. Windows color (decimal): -2800783 or 7422933. OLE color: 7422933.

HSL color Cylindrical-coordinate representation of color #D54371: hue angle of 341.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54371 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21367113-
CMYK00.690.470.16
HSL341.1º63.48%54.9%-
HSV(B)341.1º68.54%83.53%-
XYZ32.4319.3517.65-
YUV115.9126.37197.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 67 (26.56% from 255) = 17.05%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=54.20%
G=17.05%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136711300.690.470.16341.163.4854.9
HexD543710452F101553f37
Octal325103161010557205257767
Binary11010101100001111100010100010110111110000101010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54371; }

 p { color: rgb(213,67,113); }

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

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

 a { background-color: rgb(213,67,113); }

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

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

 span { border-color: rgb(213,67,113); }

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