#D5647C

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

Shades of Cranberry #D5647C

Tints of Cranberry #D5647C

Color information

#D5647C (or 0xD5647C) is unknown color: approx Cranberry. HEX triplet: D5, 64 and 7C. RGB value is (213,100,124). Sum of RGB (Red+Green+Blue) = 213+100+124=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647C is #2A9B83. Grayscale: #888888. Windows color (decimal): -2792324 or 8152277. OLE color: 8152277.

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

Color convert

RGB213100124-
CMYK00.530.420.16
HSL347.26º57.36%61.37%-
HSV(B)347.26º53.05%83.53%-
XYZ35.6424.7221.96-
YUV136.52120.94182.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=48.74%
G=22.88%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310012400.530.420.16347.2657.3661.37
HexD5647C0352A1015b393d
Octal32514417406552205337175
Binary1101010111001001111100011010110101010000101011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5647C; }

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

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

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

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

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

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

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

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