#D6547C

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

Shades of Cranberry #D6547C

Tints of Cranberry #D6547C

Color information

#D6547C (or 0xD6547C) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 7C. RGB value is (214,84,124). Sum of RGB (Red+Green+Blue) = 214+84+124=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6547C is #29AB83. Grayscale: #7F7F7F. Windows color (decimal): -2730884 or 8148182. OLE color: 8148182.

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

Color convert

RGB21484124-
CMYK00.610.420.16
HSL341.54º61.32%58.43%-
HSV(B)341.54º60.75%83.92%-
XYZ34.5422.0921.51-
YUV127.43126.07189.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=50.71%
G=19.91%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148412400.610.420.16341.5461.3258.43
HexD6547C03D2A101563d3a
Octal32612417407552205267572
Binary1101011010101001111100011110110101010000101010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6547C; }

 p { color: rgb(214,84,124); }

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

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

 a { background-color: rgb(214,84,124); }

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

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

 span { border-color: rgb(214,84,124); }

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