#D5607C

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

Shades of Cranberry #D5607C

Tints of Cranberry #D5607C

Color information

#D5607C (or 0xD5607C) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 7C. RGB value is (213,96,124). Sum of RGB (Red+Green+Blue) = 213+96+124=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5607C is #2A9F83. Grayscale: #868686. Windows color (decimal): -2793348 or 8151253. OLE color: 8151253.

HSL color Cylindrical-coordinate representation of color #D5607C: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5607C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21396124-
CMYK00.550.420.16
HSL345.64º58.21%60.59%-
HSV(B)345.64º54.93%83.53%-
XYZ35.2623.9721.84-
YUV134.17122.26184.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=49.19%
G=22.17%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139612400.550.420.16345.6458.2160.59
HexD5607C0372A1015a3a3d
Octal32514017406752205327275
Binary1101010111000001111100011011110101010000101011010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5607C; }

 p { color: rgb(213,96,124); }

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

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

 a { background-color: rgb(213,96,124); }

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

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

 span { border-color: rgb(213,96,124); }

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