#D54B79

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

Shades of Cranberry #D54B79

Tints of Cranberry #D54B79

Color information

#D54B79 (or 0xD54B79) is unknown color: approx Cranberry. HEX triplet: D5, 4B and 79. RGB value is (213,75,121). Sum of RGB (Red+Green+Blue) = 213+75+121=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B79 is #2AB486. Grayscale: #797979. Windows color (decimal): -2798727 or 7949269. OLE color: 7949269.

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

Color convert

RGB21375121-
CMYK00.650.430.16
HSL340º62.16%56.47%-
HSV(B)340º64.79%83.53%-
XYZ33.4120.5620.3-
YUV121.51127.72193.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=52.08%
G=18.34%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137512100.650.430.1634062.1656.47
HexD54B790412B101543e38
Octal325113171010153205247670
Binary11010101100101111110010100000110101110000101010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54B79; }

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

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

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

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

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

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

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

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