#D54E75

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

Shades of Cranberry #D54E75

Tints of Cranberry #D54E75

Color information

#D54E75 (or 0xD54E75) is unknown color: approx Cranberry. HEX triplet: D5, 4E and 75. RGB value is (213,78,117). Sum of RGB (Red+Green+Blue) = 213+78+117=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E75 is #2AB18A. Grayscale: #7A7A7A. Windows color (decimal): -2797963 or 7687893. OLE color: 7687893.

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

Color convert

RGB21378117-
CMYK00.630.450.16
HSL342.67º61.64%57.06%-
HSV(B)342.67º63.38%83.53%-
XYZ33.3820.8819.1-
YUV122.81124.73192.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=52.21%
G=19.12%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137811700.630.450.16342.6761.6457.06
HexD54E7503F2D101573e39
Octal32511616507755205277671
Binary1101010110011101110101011111110110110000101010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54E75; }

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

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

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

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

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

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

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

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