#D54B74

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

Shades of Cranberry #D54B74

Tints of Cranberry #D54B74

Color information

#D54B74 (or 0xD54B74) is unknown color: approx Cranberry. HEX triplet: D5, 4B and 74. RGB value is (213,75,116). Sum of RGB (Red+Green+Blue) = 213+75+116=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B74 is #2AB48B. Grayscale: #787878. Windows color (decimal): -2798732 or 7621589. OLE color: 7621589.

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

Color convert

RGB21375116-
CMYK00.650.460.16
HSL342.17º62.16%56.47%-
HSV(B)342.17º64.79%83.53%-
XYZ33.1120.4418.72-
YUV120.94125.22193.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=52.72%
G=18.56%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137511600.650.460.16342.1762.1656.47
HexD54B740412E101563e38
Octal325113164010156205267670
Binary11010101100101111101000100000110111010000101010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B74; }

 p { color: rgb(213,75,116); }

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

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

 a { background-color: rgb(213,75,116); }

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

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

 span { border-color: rgb(213,75,116); }

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