#D54A75

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

Shades of Cranberry #D54A75

Tints of Cranberry #D54A75

Color information

#D54A75 (or 0xD54A75) is unknown color: approx Cranberry. HEX triplet: D5, 4A and 75. RGB value is (213,74,117). Sum of RGB (Red+Green+Blue) = 213+74+117=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A75 is #2AB58A. Grayscale: #787878. Windows color (decimal): -2798987 or 7686869. OLE color: 7686869.

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

Color convert

RGB21374117-
CMYK00.650.450.16
HSL341.44º62.33%56.27%-
HSV(B)341.44º65.26%83.53%-
XYZ33.120.3319.01-
YUV120.46126.05194-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=52.72%
G=18.32%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137411700.650.450.16341.4462.3356.27
HexD54A750412D101553e38
Octal325112165010155205257670
Binary11010101100101011101010100000110110110000101010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54A75; }

 p { color: rgb(213,74,117); }

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

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

 a { background-color: rgb(213,74,117); }

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

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

 span { border-color: rgb(213,74,117); }

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