#D54D75

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

Shades of Cranberry #D54D75

Tints of Cranberry #D54D75

Color information

#D54D75 (or 0xD54D75) is unknown color: approx Cranberry. HEX triplet: D5, 4D and 75. RGB value is (213,77,117). Sum of RGB (Red+Green+Blue) = 213+77+117=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D75 is #2AB28A. Grayscale: #7A7A7A. Windows color (decimal): -2798219 or 7687637. OLE color: 7687637.

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

Color convert

RGB21377117-
CMYK00.640.450.16
HSL342.35º61.82%56.86%-
HSV(B)342.35º63.85%83.53%-
XYZ33.3120.7419.08-
YUV122.22125.06192.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=52.33%
G=18.92%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137711700.640.450.16342.3561.8256.86
HexD54D750402D101563e39
Octal325115165010055205267671
Binary11010101100110111101010100000010110110000101010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D75; }

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

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

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

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

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

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

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

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